runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
pip install git+https://github.com/tweepy/tweepy.git
-Python 3.6 - 3.10 are supported.
+Python 3.7 - 3.10 are supported.
Links
-----
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
# and then run "tox" from this directory.
[tox]
-envlist = py36, py37, py38, py39, py310
+envlist = py37, py38, py39, py310
[testenv]
commands = python -m unittest discover tests