Skip to content

Commit

Permalink
require python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Jun 28, 2024
1 parent dea31e9 commit 47e73c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def read(fname):

setup(
name="pydivsufsort",
version="0.0.15",
author="Louis Abraham",
license="MIT",
author_email="louis.abraham@yahoo.fr",
Expand All @@ -104,7 +103,7 @@ def read(fname):
]
},
ext_modules=cythonize(extensions),
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=["wheel", "numpy"],
tests_require=["pytest"],
classifiers=[],
Expand Down

0 comments on commit 47e73c4

Please sign in to comment.