Skip to content

Commit

Permalink
cleanup: Add python_requires specifier as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cwacek committed Sep 20, 2023
1 parent 2f65818 commit 26da6d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"jsonschema>=4.18",
"six>=1.5.2",
],
python_requires=">=3.8",
cmdclass=versioneer.get_cmdclass(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 26da6d3

Please sign in to comment.