Added Python 3.10 to CI. (#392)

This commit is contained in:
Carlton Gibson 2021-11-09 15:58:09 +01:00 committed by GitHub
parent 15a754d903
commit b62e58a023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -13,10 +13,11 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: python-version:
- 3.6 - "3.6"
- 3.7 - "3.7"
- 3.8 - "3.8"
- 3.9 - "3.9"
- "3.10"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -41,6 +41,7 @@ setup(
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
], ],
) )

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py{36,37,38,39}-twisted{187,latest} py{36,37,38,39,310}-twisted{187,latest}
[testenv] [testenv]
usedevelop = true usedevelop = true