chore(python): support and tests for Python 3.11 (#74)

Closes #71
This commit is contained in:
Jérome Eertmans
2022-11-28 10:26:13 +01:00
committed by GitHub
parent 82cccc3fc2
commit 1ae8db7966
2 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],