Skip to content

Commit 59ecc2a

Browse files
committed
Test on Python 3.14
1 parent 9a20b56 commit 59ecc2a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "🐧 Prepare Linux"
99
strategy:
1010
matrix:
11-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1212
os-version: ["ubuntu-latest"]
1313
fail-fast: false
1414
runs-on: ${{ matrix.os-version }}
@@ -24,7 +24,7 @@ jobs:
2424
name: "🪟 Prepare Windows"
2525
strategy:
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
27+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2828
os-version: ["windows-latest"]
2929
fail-fast: false
3030
runs-on: ${{ matrix.os-version }}
@@ -86,7 +86,7 @@ jobs:
8686
needs: [prepare-linux, prepare-win]
8787
strategy:
8888
matrix:
89-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
89+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
9090
os-version: ["windows-latest", "ubuntu-latest"]
9191
fail-fast: false
9292
runs-on: ${{ matrix.os-version }}
@@ -106,7 +106,7 @@ jobs:
106106
needs: [prepare-linux, prepare-win]
107107
strategy:
108108
matrix:
109-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
109+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
110110
os-version: ["windows-latest", "ubuntu-latest"]
111111
fail-fast: false
112112
continue-on-error: ${{ matrix.os-version == 'windows-latest' && matrix.python-version == '3.13' }}
@@ -128,7 +128,7 @@ jobs:
128128
needs: [prepare-linux, prepare-win]
129129
strategy:
130130
matrix:
131-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
131+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
132132
os-version: ["windows-latest", "ubuntu-latest"]
133133
fail-fast: false
134134
continue-on-error: ${{ matrix.os-version == 'windows-latest' && matrix.python-version == '3.13' }}

0 commit comments

Comments
 (0)