- '3.5'
- '3.6'
- '3.7'
+- '3.8'
matrix:
fast_finish: true
cd tweepy
python setup.py install
-Python 2.7, 3.5, 3.6, & 3.7 are supported.
+Python 2.7, 3.5, 3.6, 3.7, & 3.8 are supported.
Community
---------
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
],
zip_safe=True)
# and then run "tox" from this directory.
[tox]
-envlist = py27, py35, py36, py37
+envlist = py27, py35, py36, py37, py38
[testenv]
commands = python setup.py nosetests