We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30c4ab commit 6400daeCopy full SHA for 6400dae
2 files changed
.github/workflows/ci.yaml
@@ -71,6 +71,7 @@ jobs:
71
- "3.8"
72
- "3.9"
73
- "3.10"
74
+ - "3.11"
75
tox_env:
76
- pytest62
77
- pytest70
setup.cfg
@@ -26,6 +26,7 @@ classifiers =
26
Programming Language :: Python :: 3.8
27
Programming Language :: Python :: 3.9
28
Programming Language :: Python :: 3.10
29
+ Programming Language :: Python :: 3.11
30
Programming Language :: Python :: 3 :: Only
31
Operating System :: OS Independent
32
License :: OSI Approved :: MIT License
0 commit comments