runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
pip install git+https://github.com/tweepy/tweepy.git
-Python 2.7, 3.5, 3.6, 3.7, & 3.8 are supported.
+Python 2.7, 3.5, 3.6, 3.7, 3.8, & 3.9 are supported.
Community
---------
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
],
zip_safe=True,
)
# and then run "tox" from this directory.
[tox]
-envlist = py27, py35, py36, py37, py38
+envlist = py27, py35, py36, py37, py38, py39
[testenv]
commands = python setup.py nosetests