runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
pip install git+https://github.com/tweepy/tweepy.git
-Python 3.7 - 3.10 are supported.
+Python 3.7 - 3.11 are supported.
Links
-----
*/site-packages/*
[tox:tox]
-envlist = py37, py38, py39, py310
+envlist = py37, py38, py39, py310, py311
[testenv]
commands = python -m unittest discover tests
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
],
zip_safe=True,