Skip to content

Commit 9f4a646

Browse files
committed
stick with python 3.12 for now
1 parent f420efa commit 9f4a646

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/integration-test-unicore9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.x'
27+
python-version: '3.12'
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: '3.x'
27+
python-version: '3.12'
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

.github/workflows/lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.x'
18+
python-version: '3.12'
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v4
3535
with:
36-
python-version: '3.x'
36+
python-version: '3.12'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v4
5757
with:
58-
python-version: '3.x'
58+
python-version: '3.12'
5959
- name: Install dependencies
6060
run: |
6161
python -m pip install --upgrade pip
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Python
7474
uses: actions/setup-python@v4
7575
with:
76-
python-version: '3.x'
76+
python-version: '3.12'
7777
- name: Install dependencies
7878
run: |
7979
python -m pip install --upgrade pip

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.12'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.x"]
16+
python-version: ["3.9", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)