Run tests against Python 3.11 and add trove classifier (#446)

This commit is contained in:
Michael K 2022-10-25 12:46:20 +00:00 committed by GitHub
parent 71be46265d
commit d5fbdfc4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v2

View File

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

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}
py{37,38,39,310,311}
[testenv]
usedevelop = true
extras = tests