Skip to content

Commit f8dbbec

Browse files
authored
3.14-dev flag is required to use Python 3.14 in CI as it's not released yet
1 parent 69be8e1 commit f8dbbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
- '3.11'
3232
- '3.12'
3333
- '3.13'
34-
- '3.14'
34+
- '3.14-dev'
3535
build_type:
3636
type: choice
3737
description: 'Choose the build type to use'
@@ -182,7 +182,7 @@ jobs:
182182
fail-fast: false
183183
matrix:
184184
os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ]
185-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
185+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev' ]
186186
runs-on: ${{ matrix.os }}
187187
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:20.04') || null }}
188188
steps:

0 commit comments

Comments
 (0)