Skip to content

Commit

Permalink
Create a Python 3.8+ package, rather than 3.6+.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Jan 3, 2024
1 parent ff09bae commit 5f62567
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 @@ -168,7 +168,7 @@ def build_extension(self, ext):
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
test_suite="tests.python",
python_requires=">=3.6",
python_requires=">=3.8",
setup_requires=[
"setuptools",
"wheel",
Expand Down

0 comments on commit 5f62567

Please sign in to comment.