Add python 3.11 pypi classifier

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

View File

@@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Database",
"Typing :: Typed"