Skip to content

Commit 1e3424a

Browse files
committed
restore more 2.7 compat
1 parent 0a456a7 commit 1e3424a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(file_name):
2424
long_description_content_type='text/markdown',
2525
keywords="mime magic file",
2626
license="MIT",
27-
python_requires='>=3.0',
27+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2828
classifiers=[
2929
'Intended Audience :: Developers',
3030
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)