Skip to content

Commit

Permalink
fixup! setup.py: python_requires='!=3.4.*',
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and perlpunk committed Dec 3, 2019
1 parent 039c9eb commit a7a9787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -311,5 +311,5 @@ def run(self):

distclass=Distribution,
cmdclass=cmdclass,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
)

0 comments on commit a7a9787

Please sign in to comment.