projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcd35c
)
Exclude Python 3.4 from setup python_requires
author
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 19:22:45 +0000
(14:22 -0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 21 Jun 2019 19:22:45 +0000
(14:22 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 823739ee488bc3edd32d74d01b27f87229ad342a..e2c36016f2b7ca04d4305d77c088bfeb2fbb963f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-29,7
+29,7
@@
setup(name="tweepy",
"six>=1.10.0",
],
keywords="twitter library",
- 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.*
',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Topic :: Software Development :: Libraries',