Skip to content

Commit

Permalink
Unpin python < 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 11, 2024
1 parent 9db91d1 commit 8b47cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
]
requires-python = ">= 3.9, < 3.13"
requires-python = ">= 3.9"
dependencies = [
"numpy >= 1.20",
"pint >= 0.24.1",
Expand Down

0 comments on commit 8b47cc3

Please sign in to comment.