Skip to content

Commit d40fe19

Browse files
committed
Also test on python 3.11
1 parent 01b1e02 commit d40fe19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- "3.8"
6262
- "3.9"
6363
- "3.10"
64+
- "3.11"
6465
- "pypy-3.7"
6566
- "pypy-3.8"
6667
- "pypy-3.9"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def build_isa_l(compiler_command: str, compiler_options: str):
188188
"Programming Language :: Python :: 3.8",
189189
"Programming Language :: Python :: 3.9",
190190
"Programming Language :: Python :: 3.10",
191+
"Programming Language :: Python :: 3.11",
191192
"Programming Language :: Python :: Implementation :: CPython",
192193
"Programming Language :: Python :: Implementation :: PyPy",
193194
"Programming Language :: C",

0 commit comments

Comments
 (0)