We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429a61 commit 224b9f0Copy full SHA for 224b9f0
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Download Python 3.9 source
48
run: |
49
- curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.21/Python-3.9.21.tar.xz
+ curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tar.xz
50
51
- name: Extract Python 3.9 source directly into venv
52
shell: cmd
0 commit comments