Skip to content

Commit

Permalink
bump up python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Nov 15, 2023
1 parent 8013650 commit 370f0eb
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.9",
setup_requires=[
"setuptools",
"wheel",
Expand Down

0 comments on commit 370f0eb

Please sign in to comment.