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 386c750 commit 6b25d6bCopy full SHA for 6b25d6b
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- "3.8"
20
- "3.9"
21
- "3.10"
22
- - "3.11.0-alpha - 3.11.0"
+ - "3.11"
23
- "pypy-3.6"
24
- "pypy-3.7"
25
- "pypy-3.8"
setup.py
@@ -34,5 +34,6 @@
34
"Programming Language :: Python :: 3.8",
35
"Programming Language :: Python :: 3.9",
36
"Programming Language :: Python :: 3.10",
37
+ "Programming Language :: Python :: 3.11",
38
"Programming Language :: Python :: Implementation :: CPython",
39
"Programming Language :: Python :: Implementation :: PyPy"])
0 commit comments