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 4d2329d commit 230d9dcCopy full SHA for 230d9dc
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
- "3.8"
21
- "3.9"
22
- "3.10"
23
+ - "3.11"
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Security",
0 commit comments