Added Python 3.10 to CI.

This commit is contained in:
Carlton Gibson 2021-11-09 15:37:04 +01:00
parent 15a754d903
commit 77196c1732
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