Skip to content

Commit

Permalink
remove python<3.9 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Schramm committed Jun 1, 2021
1 parent 9313153 commit 4cd00b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
],
python_requires='>=3.6, <3.9',
python_requires='>=3.6',
install_requires=['numpy>=1.15',
'scipy>=1.1',
'matplotlib>=2.2.2',
Expand Down

0 comments on commit 4cd00b7

Please sign in to comment.