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

@@ -20,6 +20,8 @@ jobs:
toxenv: py39
- version: "3.10"
toxenv: py310
- version: "3.11"
toxenv: py311
fail-fast: true
steps:
- name: Checkout