Skip to content

Commit 311417d

Browse files
authored
(CI)(Windows)feat:Bump Python to 3.9 (#2)
* 更新 main.yml * 更新 main.yml
1 parent 3584d08 commit 311417d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888
- name: Download Python
89-
run: Invoke-Webrequest https://www.python.org/ftp/python/3.8.10/python-3.8.10-embed-amd64.zip -OutFile python-3.8.10-embed-amd64.zip
89+
run: Invoke-Webrequest https://www.python.org/ftp/python/3.9.13/python-3.9.13-embed-amd64.zip -OutFile python-3.9.13-embed-amd64.zip
9090
- name: Unzip python
9191
run: |
92-
Expand-Archive python-3.8.10-embed-amd64.zip -DestinationPath runtime
92+
Expand-Archive python-3.9.13-embed-amd64.zip -DestinationPath runtime
9393
cmd /c "del python-3.8.10-embed-amd64.zip /s /q"
9494
- name: Clean
9595
run: |
@@ -109,7 +109,7 @@ jobs:
109109
uses: robinraju/release-downloader@v1
110110
with:
111111
repository: luyanci/python-prebuilt
112-
tag: embed-tkinter-patch
112+
tag: embed-tk-39
113113
fileName: embed-tk-X64.zip
114114
- name: Unzip tkinter
115115
run: |

0 commit comments

Comments
 (0)