Skip to content

Commit

Permalink
Support Python 3.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago authored Jun 7, 2023
1 parent c059c9e commit ae91c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Download Python 3.9 source
run: |
curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tar.xz
curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tar.xz
- name: Extract Python 3.9 source directly into venv
shell: cmd
Expand Down

0 comments on commit ae91c59

Please sign in to comment.