Skip to content

Commit 69be8e1

Browse files
authored
Add Python version 3.14 to CI
1 parent 0a4df74 commit 69be8e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
- '3.11'
3232
- '3.12'
3333
- '3.13'
34+
- '3.14'
3435
build_type:
3536
type: choice
3637
description: 'Choose the build type to use'
@@ -181,7 +182,7 @@ jobs:
181182
fail-fast: false
182183
matrix:
183184
os: [ 'ubuntu-22.04', 'macos-13', 'macos-14', 'windows-2022', 'ubuntu-22.04-arm' ]
184-
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
185+
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
185186
runs-on: ${{ matrix.os }}
186187
container: ${{ (startsWith(matrix.os, 'ubuntu') && 'ubuntu:20.04') || null }}
187188
steps:

0 commit comments

Comments
 (0)