-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Python 3.12 to tests * [ci] update micromamba version * test pydeps2env fix * unbound version * pain in the a** * Update pytest.yml * unpin python * use preview version of pydeps2env also during win testing. * update pydeps2env ref & caching * add Pyhton 3.12 to tests * py<3.13 & changelog * py<3.13 * update pytest workflow --------- Co-authored-by: Martin K. Scherer <[email protected]> Co-authored-by: mscherer <[email protected]>
- Loading branch information
1 parent
d7be2b0
commit 8a34f2d
Showing
4 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ authors = [ | |
{ name = "Volker Hirthammer", email = "[email protected]" }, | ||
{ name = "Martin K. Scherer", email = "[email protected]" }, | ||
] | ||
requires-python = ">=3.9,<3.12" | ||
requires-python = ">=3.9,<3.13" | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Education", | ||
|
@@ -34,6 +34,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering :: Physics", # TODO: add more topics here! | ||
] | ||
dynamic = [ | ||
|