Skip to content

Commit d288e89

Browse files
[HOTFIX] Fixes issue with setup.cfg where a comma is missing (PR #73)
This is a minor Hotfix to correct a typo in setup.cfg that broke CI.
2 parents 96a3e22 + 1e58bcd commit d288e89

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
@@ -51,7 +51,7 @@ packages = pythonrepo
5151
zip_safe = true
5252
py_modules = pythonrepo
5353
test_suite = tests
54-
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.* !=3.15.*
54+
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.15.*
5555
setup_requires =
5656
setuptools>=45.0.0
5757
wheel>=0.37.0

0 commit comments

Comments
 (0)