Skip to content

Commit 873f38c

Browse files
use python 3.12
1 parent 5cd17de commit 873f38c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/pyinstaller-build-mac.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.11
19+
python-version: 3.12
2020

2121
- name: Git checkout
2222
uses: actions/checkout@v4
@@ -46,5 +46,5 @@ jobs:
4646
- name: Upload artifact
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: "wme-mac-2.2.0 - ${{github.run_number}}"
49+
name: "wme-mac-2.3.3 - ${{github.run_number}}"
5050
path: wme-MacOS

.github/workflows/pyinstaller-build-ubuntu.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Set up Python 3.11
17+
- name: Set up Python 3.12
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.11
20+
python-version: 3.12
2121

2222
- name: Git checkout
2323
uses: actions/checkout@v4
@@ -47,5 +47,5 @@ jobs:
4747
- name: Upload artifact
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: "wme-ubuntu-2.2.0 - ${{github.run_number}}"
50+
name: "wme-ubuntu-2.3.3 - ${{github.run_number}}"
5151
path: wme-Ubuntu

.github/workflows/pyinstaller-build-windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.11
19+
python-version: 3.12
2020

2121
- name: Git checkout
2222
uses: actions/checkout@v4
@@ -46,5 +46,5 @@ jobs:
4646

4747
- uses: actions/upload-artifact@v4
4848
with:
49-
name: "wme-windows-2.2.0 - ${{github.run_number}}"
49+
name: "wme-windows-2.3.3 - ${{github.run_number}}"
5050
path: ./wme-Windows

.github/workflows/pyinstaller-build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.11
19+
python-version: 3.12
2020

2121
- name: Git checkout
2222
uses: actions/checkout@v4
@@ -60,10 +60,10 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262

63-
- name: Set up Python 3.11
63+
- name: Set up Python 3.12
6464
uses: actions/setup-python@v5
6565
with:
66-
python-version: 3.11
66+
python-version: 3.12
6767

6868
- name: Git checkout
6969
uses: actions/checkout@v4
@@ -108,10 +108,10 @@ jobs:
108108
steps:
109109
- uses: actions/checkout@v4
110110

111-
- name: Set up Python 3.11
111+
- name: Set up Python 3.12
112112
uses: actions/setup-python@v5
113113
with:
114-
python-version: 3.11
114+
python-version: 3.12
115115

116116
- name: Git checkout
117117
uses: actions/checkout@v4

0 commit comments

Comments
 (0)