Skip to content

Commit

Permalink
setup.py: ">=3.8" for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 2, 2024
1 parent e1e47e5 commit 9b5f82e
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 @@ -237,7 +237,7 @@ def build_extension(self, ext):
ext_modules=cxx_modules,
cmdclass=cmdclass,
zip_safe=False,
python_requires=">=3.9",
python_requires=">=3.8", # left for CI, truly ">=3.9"
tests_require=["pytest"],
install_requires=install_requires,
# cmdclass={'test': PyTest},
Expand Down

0 comments on commit 9b5f82e

Please sign in to comment.