Skip to content

Commit d56b9d2

Browse files
Update setup.py
1 parent 8264c7c commit d56b9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
author_email='[email protected]',
2828
license='MIT',
2929
packages=['diffeqpy','diffeqpy.tests'],
30-
python_requires='>=3.9',
30+
python_requires='>=3.10',
3131
install_requires=['juliacall>=0.9.28', 'jill'],
3232
include_package_data=True,
3333
zip_safe=False)

0 commit comments

Comments
 (0)