Skip to content

Commit 58b2bef

Browse files
committed
CI: Run tests for Python 3.11 and PyPy 3.9
1 parent b0592f1 commit 58b2bef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# If one platform fails, allow the rest to keep testing if `CI-no-fail-fast` label is present
6767
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
6868
matrix:
69-
python-version: ["3.7", "3.8", "3.9", "3.10", pypy-3.7, pypy-3.8]
69+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.7, pypy-3.8, pypy-3.9]
7070
platform: [
7171
{ os: "macos-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
7272
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
@@ -80,6 +80,9 @@ jobs:
8080
# No 32-bit pypy 3.8 on Windows
8181
- python-version: pypy-3.8
8282
platform: { os: "windows-latest", python-architecture: "x86" }
83+
# No 32-bit pypy 3.9 on Windows
84+
- python-version: pypy-3.9
85+
platform: { os: "windows-latest", python-architecture: "x86" }
8386

8487
steps:
8588
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)