Skip to content

Commit

Permalink
bump minimum python to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Nov 20, 2023
1 parent 2581278 commit 6f30425
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 @@ -62,5 +62,5 @@ def local_file(filename):
"License :: OSI Approved :: MIT License",
],
ext_modules=ext_modules,
python_requires=">=3.7",
python_requires=">=3.8",
)

0 comments on commit 6f30425

Please sign in to comment.