Skip to content

Commit

Permalink
Merge pull request #79 from RazerM/fix/python-requires
Browse files Browse the repository at this point in the history
Fix python_requires by changing >=3.6.* to >=3.6
  • Loading branch information
pombredanne authored Jan 16, 2023
2 parents df13edc + 83bc2ea commit e841459
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 @@ -45,7 +45,7 @@ zip_safe = false

setup_requires = setuptools_scm[toml] >= 4

python_requires = >=3.6.*
python_requires = >=3.6

install_requires =
boolean.py >= 4.0
Expand Down

0 comments on commit e841459

Please sign in to comment.