Skip to content

Commit 1c927ba

Browse files
authored
Start testing Python 3.15 Alpha (#369)
1 parent 8797cd8 commit 1c927ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-crt-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ permissions:
1212
jobs:
1313
build:
1414
runs-on: ${{ matrix.os }}
15+
continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
1516
strategy:
1617
fail-fast: false
1718
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
1920
os: [ubuntu-latest, macOS-latest, windows-latest]
2021

2122
steps:

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
build:
1313

1414
runs-on: ${{ matrix.os }}
15+
continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
1516
strategy:
1617
fail-fast: false
1718
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
1920
os: [ubuntu-latest, macOS-latest, windows-latest]
2021

2122
steps:

0 commit comments

Comments
 (0)