From 44f5c5098a051040e0190c8c6f089302e996fdb1 Mon Sep 17 00:00:00 2001 From: xenago Date: Tue, 29 Aug 2023 13:43:01 -0400 Subject: [PATCH] Support Python 3.9.18 --- .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 d2a7a52..035ceed 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.17/Python-3.9.17.tar.xz + curl -o C:\python.tar.xz https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tar.xz - name: Extract Python 3.9 source directly into venv shell: cmd