Skip to content

Commit 3254449

Browse files
committed
Update python versions
1 parent 953f5c7 commit 3254449

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
- "3.9"
6262
- "3.10"
6363
- "3.11"
64-
- "pypy-3.8"
64+
- "3.12"
6565
- "pypy-3.9"
66+
- "pypy-3.10"
6667
os: ["ubuntu-latest"]
6768
include:
6869
- os: "macos-latest"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def build_isa_l():
162162
"Programming Language :: Python :: 3.9",
163163
"Programming Language :: Python :: 3.10",
164164
"Programming Language :: Python :: 3.11",
165+
"Programming Language :: Python :: 3.12",
165166
"Programming Language :: Python :: Implementation :: CPython",
166167
"Programming Language :: Python :: Implementation :: PyPy",
167168
"Programming Language :: C",

0 commit comments

Comments
 (0)