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 953f5c7 commit 3254449Copy full SHA for 3254449
.github/workflows/ci.yml
@@ -61,8 +61,9 @@ jobs:
61
- "3.9"
62
- "3.10"
63
- "3.11"
64
- - "pypy-3.8"
+ - "3.12"
65
- "pypy-3.9"
66
+ - "pypy-3.10"
67
os: ["ubuntu-latest"]
68
include:
69
- os: "macos-latest"
setup.py
@@ -162,6 +162,7 @@ def build_isa_l():
162
"Programming Language :: Python :: 3.9",
163
"Programming Language :: Python :: 3.10",
164
"Programming Language :: Python :: 3.11",
165
+ "Programming Language :: Python :: 3.12",
166
"Programming Language :: Python :: Implementation :: CPython",
167
"Programming Language :: Python :: Implementation :: PyPy",
168
"Programming Language :: C",
0 commit comments