Skip to content

Commit 8cc1481

Browse files
authored
Merge pull request #302 from messense/python3.12
CI: Add Python 3.12-dev jobs
2 parents ddc6006 + 136c10e commit 8cc1481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 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", "3.11", pypy-3.7, pypy-3.8, pypy-3.9]
65+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", 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" },

0 commit comments

Comments
 (0)