Skip to content

Commit 45d34fb

Browse files
authored
updated latest Python in CI to 3.13 (danmar#6884)
1 parent 4b5935e commit 45d34fb

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
steps:
9797
- uses: actions/checkout@v4
9898

99-
- name: Set up Python 3.12
99+
- name: Set up Python 3.13
100100
if: matrix.config == 'release'
101101
uses: actions/setup-python@v5
102102
with:
103-
python-version: '3.12'
103+
python-version: '3.13'
104104
check-latest: true
105105

106106
- name: Set up Visual Studio environment

.github/workflows/asan.yml

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

37-
- name: Set up Python 3.12
37+
- name: Set up Python 3.13
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.12'
40+
python-version: '3.13'
4141
check-latest: true
4242

4343
- 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-20.04
4949
strategy:
5050
matrix:
51-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
51+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
5252
include:
53-
- python-version: '3.12'
53+
- python-version: '3.13'
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
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3636

37-
- name: Set up Python 3.12
37+
- name: Set up Python 3.13
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.12'
40+
python-version: '3.13'
4141
check-latest: true
4242

4343
- name: Install missing software on ubuntu

.github/workflows/ubsan.yml

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

37-
- name: Set up Python 3.12
37+
- name: Set up Python 3.13
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.12'
40+
python-version: '3.13'
4141
check-latest: true
4242

4343
- name: Install missing software on ubuntu

0 commit comments

Comments
 (0)