Skip to content

Commit 9f3df9b

Browse files
committed
fixed #14184 - added/updated to Python 3.14 in CI
1 parent 2047c30 commit 9f3df9b

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
with:
9292
persist-credentials: false
9393

94-
- name: Set up Python 3.13
94+
- name: Set up Python
9595
if: matrix.config == 'release'
9696
uses: actions/setup-python@v5
9797
with:
98-
python-version: '3.13'
98+
python-version: '3.14'
9999
check-latest: true
100100

101101
- name: Set up Visual Studio environment

.github/workflows/asan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3838

39-
- name: Set up Python 3.13
39+
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.14'
4343
check-latest: true
4444

4545
- name: Install missing software on ubuntu

.github/workflows/scriptcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
runs-on: ubuntu-22.04
4949
strategy:
5050
matrix:
51-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
51+
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5252
include:
53-
- python-version: '3.13'
53+
- python-version: '3.14'
5454
python-latest: true
5555

5656
fail-fast: false

.github/workflows/tsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3838

39-
- name: Set up Python 3.13
39+
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.14'
4343
check-latest: true
4444

4545
- name: Install missing software on ubuntu

.github/workflows/ubsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
with:
3737
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3838

39-
- name: Set up Python 3.13
39+
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.13'
42+
python-version: '3.14'
4343
check-latest: true
4444

4545
- name: Install missing software on ubuntu

0 commit comments

Comments
 (0)