Skip to content

Commit 716a0dc

Browse files
committed
try upgrading win and ubuntu to python 3.12
1 parent a78874f commit 716a0dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.11'
23+
python-version: '3.12'
2424
- name: Get version tag
2525
id: get_version
2626
uses: battila7/get-version-action@v2
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Python
7272
uses: actions/setup-python@v5
7373
with:
74-
python-version: '3.9'
74+
python-version: '3.12'
7575
- name: Get version tag
7676
id: get_version
7777
uses: battila7/get-version-action@v2
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@v4
120120
- uses: actions/setup-python@v5
121121
with:
122-
python-version: '3.9'
122+
python-version: '3.12'
123123
- name: Get version tag
124124
id: get_version
125125
uses: battila7/get-version-action@v2

0 commit comments

Comments
 (0)