Skip to content

Commit

Permalink
Drop support for Python <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 14, 2024
1 parent c109a13 commit 77065fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
install_requires=requirements,
python_requires='>=3.6',
python_requires='>=3.8',
extras_require={'extras': ['scikit-learn==0.20.3']},
include_package_data=True,
zip_safe=False
Expand Down

0 comments on commit 77065fc

Please sign in to comment.