Skip to content

Commit

Permalink
pin python<3.12 (#933)
Browse files Browse the repository at this point in the history
* Update pyproject.toml
  • Loading branch information
CagtayFabry authored Jun 7, 2024
1 parent 31f75fe commit 8d816ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Dependencies

- unpin nbval testing dependency.
- pin `python<3.12` \[{pull}`933`\].

## 0.6.7 (2023.08.24)

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = [
{ name = "Volker Hirthammer", email = "volker.hirthammer@bam.de" },
{ name = "Martin K. Scherer", email = "martin.scherer@bam.de" },
]
requires-python = ">=3.9"
requires-python = ">=3.9,<3.12"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
Expand All @@ -34,7 +34,6 @@ 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 = [
Expand Down

0 comments on commit 8d816ed

Please sign in to comment.