Add python 3.11 pypi classifier

Add python3.11 to tox CI
This commit is contained in:
Ethan Paul 2023-04-13 13:39:18 -04:00
parent 7ecd592ae0
commit 23b6359d86
3 changed files with 2194 additions and 1867 deletions

4058
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@ classifiers = [
"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", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Topic :: Database", "Topic :: Database",
"Typing :: Typed" "Typing :: Typed"

View File

@ -1,6 +1,6 @@
[tox] [tox]
envlist = envlist =
py{37,38,39,310} py{37,38,39,310,311}
static static
static-tests static-tests
security security