Skip to content

Commit

Permalink
Update compatible Python version in pyproject.toml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Nov 22, 2024
1 parent 43f0e0b commit 249439d
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 @@ -9,7 +9,7 @@ description = "Python bindings for the SPM software."
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "Johan Medrano", email = "[email protected]"}]
requires-python = ">=3.9,<=3.12"
requires-python = ">=3.9,<3.13"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GPL2",
Expand Down

0 comments on commit 249439d

Please sign in to comment.