Skip to content

Commit 83bc2ea

Browse files
committed
Fix python_requires
Signed-off-by: Frazer McLean <[email protected]>
1 parent df13edc commit 83bc2ea

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)