Skip to content

Commit 404f19b

Browse files
authored
fix: correctly specify minimum requires
1 parent d969ec7 commit 404f19b

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
@@ -37,7 +37,7 @@ classifiers =
3737
Topic :: Utilities
3838

3939
[options]
40-
python_requires = >=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4
40+
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
4141
packages = find:
4242
package_dir =
4343
=src

0 commit comments

Comments
 (0)