Skip to content

Commit 0572d84

Browse files
authored
Update Python version requirement to 3.9
1 parent 8e5562d commit 0572d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Intended Audience :: Science/Research",
2626
"Topic :: Scientific/Engineering :: Mathematics"
2727
]
28-
requires-python = ">=3.8"
28+
requires-python = ">=3.9"
2929
dependencies = [
3030
"future",
3131
"numpy",

0 commit comments

Comments
 (0)