Skip to content

Commit ddc6006

Browse files
authored
Merge pull request #301 from messense/python3.11
CI: Run tests for Python 3.11 and PyPy 3.9
2 parents dbf821e + 58b2bef commit ddc6006

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
@@ -62,7 +62,7 @@ jobs:
6262
# If one platform fails, allow the rest to keep testing if `CI-no-fail-fast` label is present
6363
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
6464
matrix:
65-
python-version: ["3.7", "3.8", "3.9", "3.10", pypy-3.7, pypy-3.8]
65+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.7, pypy-3.8, pypy-3.9]
6666
platform: [
6767
{ os: "macos-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
6868
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
@@ -76,6 +76,9 @@ jobs:
7676
# No 32-bit pypy 3.8 on Windows
7777
- python-version: pypy-3.8
7878
platform: { os: "windows-latest", python-architecture: "x86" }
79+
# No 32-bit pypy 3.9 on Windows
80+
- python-version: pypy-3.9
81+
platform: { os: "windows-latest", python-architecture: "x86" }
7982

8083
steps:
8184
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)