Add official support for Python 3.11

Add pypi classifier for py3.11
Update CI to test py3.11
This commit is contained in:
2023-02-24 17:49:31 -05:00
parent 41ac5423f9
commit 469cb251cf
3 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,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",
]