Skip to content

Commit 44f5c50

Browse files
authored
Support Python 3.9.18
1 parent d00b662 commit 44f5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Download Python 3.9 source
4848
run: |
49-
curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tar.xz
49+
curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz
5050
5151
- name: Extract Python 3.9 source directly into venv
5252
shell: cmd

0 commit comments

Comments
 (0)