Skip to content

Commit

Permalink
drop python < 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Aug 8, 2024
1 parent 47b6e8c commit 5fc84af
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 @@ -22,7 +22,7 @@ def read(fname):
'Programming Language :: Python',
],
test_suite="tests",
python_requires='>=3.7',
python_requires='>=3.10',
install_requires=[
"numpy<1.22.0",
"scikit-learn>=0.15.0,<1.1.0",
Expand Down

0 comments on commit 5fc84af

Please sign in to comment.