Skip to content

Commit 281cf2a

Browse files
committed
CI: Add python 3.14.0-rc.1 (as experimental python version).
1 parent 4d408d8 commit 281cf2a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ jobs:
1515
test:
1616
# -- EXAMPLE: runs-on: ubuntu-latest
1717
runs-on: ${{ matrix.os }}
18+
continue-on-error: ${{ matrix.experimental }}
1819
strategy:
1920
fail-fast: false
2021
matrix:
2122
# PREPARED: os: [ubuntu-latest, macos-latest, windows-latest]
2223
os: [ubuntu-latest, windows-latest]
23-
python-version: ["3.13.0-rc.3", "3.12", "3.11", "3.10"]
24+
python-version: ["3.13", "3.12", "3.11", "3.10"]
25+
experimental: [false]
26+
include:
27+
- python-version: "3.14.0-rc.1"
28+
experimental: true
2429
exclude:
2530
- os: windows-latest
2631
python-version: "2.7"

0 commit comments

Comments
 (0)