From fbd97eea3b9b7a9843cc62656f8629cca8f47ef3 Mon Sep 17 00:00:00 2001 From: xenago Date: Fri, 22 Mar 2024 11:13:04 -0400 Subject: [PATCH] Support Python 3.9.19 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 035ceed..d9229e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.18/Python-3.9.18.tar.xz + curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.19/Python-3.9.19.tar.xz - name: Extract Python 3.9 source directly into venv shell: cmd