Skip to content

Commit

Permalink
Only require on Python 3.12 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed May 28, 2024
1 parent 3e131d7 commit 51d73ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
appdirs>=1.4.4
lzstring>=1.0.4
typing-extensions>=4.0.1
setuptools
setuptools; python_version>='3.12'
tests_require =
pytest>=3
zip_safe = False
Expand Down

0 comments on commit 51d73ab

Please sign in to comment.