Skip to content

Commit e6b7915

Browse files
authored
bump python on testpypi (#590)
1 parent 0545d81 commit e6b7915

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
name: Install Python
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222

2323
- name: Install dependencies
2424
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-python@v5
5454
name: Install Python
5555
with:
56-
python-version: "3.10"
56+
python-version: "3.11"
5757
- uses: actions/download-artifact@v5
5858
with:
5959
name: releases

.github/workflows/testpypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525
name: Install Python
2626
with:
27-
python-version: "3.10"
27+
python-version: "3.11"
2828

2929
- name: Install dependencies
3030
run: |
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-python@v5
6666
name: Install Python
6767
with:
68-
python-version: "3.10"
68+
python-version: "3.11"
6969
- uses: actions/download-artifact@v5
7070
with:
7171
name: releases

0 commit comments

Comments
 (0)