Skip to content

Commit

Permalink
Support python 3.9 onwards from now on (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Oct 14, 2024
1 parent 7a3b294 commit c88dfb0
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 @@ -103,5 +103,5 @@ def build_extension(self, ext):
setup_requires=[
'setuptools_scm',
],
python_requires=">=3.8",
python_requires=">=3.9",
)

0 comments on commit c88dfb0

Please sign in to comment.