Skip to content

Commit d831150

Browse files
committed
Update python_requires: Python 3.4 was already dropped
1 parent e68532e commit d831150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def main():
1111
url='https://py.readthedocs.io/',
1212
license='MIT license',
1313
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
14-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
14+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
1515
author='holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others',
1616
author_email='[email protected]',
1717
classifiers=['Development Status :: 6 - Mature',

0 commit comments

Comments
 (0)