Skip to content

Commit e841459

Browse files
authored
Merge pull request #79 from RazerM/fix/python-requires
Fix python_requires by changing >=3.6.* to >=3.6
2 parents df13edc + 83bc2ea commit e841459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ zip_safe = false
4545

4646
setup_requires = setuptools_scm[toml] >= 4
4747

48-
python_requires = >=3.6.*
48+
python_requires = >=3.6
4949

5050
install_requires =
5151
boolean.py >= 4.0

0 commit comments

Comments
 (0)