Skip to content

Commit

Permalink
update max python version in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
philipqueen committed May 28, 2024
1 parent a5f8f4a commit aa542a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"matplotlib==3.8.2",
]

requires-python = ">=3.9,<3.12"
requires-python = ">=3.9,<3.13"

dynamic = ["version"]

Expand Down

0 comments on commit aa542a2

Please sign in to comment.