Skip to content

Commit

Permalink
add more python version flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 27, 2024
1 parent 5c342db commit ef88888
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ authors = [
]
readme = "README.md"
license = "MIT"
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Science/Research",
]

Expand Down

0 comments on commit ef88888

Please sign in to comment.