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 3086159 commit 14fa062Copy full SHA for 14fa062
.github/workflows/tests.yml
@@ -20,6 +20,7 @@ jobs:
20
- '3.9'
21
- '3.10'
22
- '3.11'
23
+ - 3.12-dev
24
- pypy-3.9
25
include:
26
- os: ubuntu-20.04
setup.py
@@ -46,6 +46,7 @@
46
"Programming Language :: Python :: 3.9",
47
"Programming Language :: Python :: 3.10",
48
"Programming Language :: Python :: 3.11",
49
+ "Programming Language :: Python :: 3.12",
50
"Programming Language :: Python :: 3 :: Only",
51
"Programming Language :: Python :: Implementation :: PyPy",
52
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments