Skip to content

Commit

Permalink
setup.cfg: install_requires = setuptools; python_version>="3.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 30, 2024
1 parent ec1f95a commit 6ae058c
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 @@ -21,7 +21,7 @@ zip_safe = True
py_modules = setuptools_py2cfg
python_requires = >=3.3
install_requires =
setuptools; python_version>=3.12
setuptools; python_version>="3.12"

[options.extras_require]
test = pytest
Expand Down

0 comments on commit 6ae058c

Please sign in to comment.