Skip to content

Commit e7d165e

Browse files
bumping python requirements to 3.10 to match scipy requirements
1 parent afb819d commit e7d165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"autograd-gamma>=0.5.0",
8282
"mplcursors>=0.6"
8383
],
84-
python_requires=">=3.8",
84+
python_requires=">=3.10",
8585
packages=setuptools.find_packages(
8686
exclude=["*.tests", "*.tests.*"]
8787
),

0 commit comments

Comments
 (0)