Skip to content

Commit 198a66e

Browse files
authored
Revert "temporally fixated Python 3.12 in CI to 3.12.3 (#6502)" (#6726)
This reverts commit 019a240.
1 parent e6b0081 commit 198a66e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Diff for: .github/workflows/CI-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888

89-
- name: Set up Python 3.12.3
89+
- name: Set up Python 3.12
9090
if: matrix.config == 'release'
9191
uses: actions/setup-python@v5
9292
with:
93-
python-version: '3.12.3'
93+
python-version: '3.12'
9494
check-latest: true
9595

9696
- name: Set up Visual Studio environment

Diff for: .github/workflows/asan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

36-
- name: Set up Python 3.12.3
36+
- name: Set up Python 3.12
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.12.3'
39+
python-version: '3.12'
4040
check-latest: true
4141

4242
- name: Install missing software on ubuntu

Diff for: .github/workflows/scriptcheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
runs-on: ubuntu-20.04
4848
strategy:
4949
matrix:
50-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12.3']
50+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
5151
include:
52-
- python-version: '3.12.3'
52+
- python-version: '3.12'
5353
python-latest: true
5454

5555
fail-fast: false

Diff for: .github/workflows/tsan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

36-
- name: Set up Python 3.12.3
36+
- name: Set up Python 3.12
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.12.3'
39+
python-version: '3.12'
4040
check-latest: true
4141

4242
- name: Install missing software on ubuntu

Diff for: .github/workflows/ubsan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

36-
- name: Set up Python 3.12.3
36+
- name: Set up Python 3.12
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.12.3'
39+
python-version: '3.12'
4040
check-latest: true
4141

4242
- name: Install missing software on ubuntu

0 commit comments

Comments
 (0)