From ad525dcce45487def9d3950bed159f1c158e3581 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 31 Oct 2021 19:05:46 -0400 Subject: bump minimum required version of python to 3.7 Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump. --- ci/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/run.ps1 b/ci/run.ps1 index 33a01fe..ddbf3d1 100644 --- a/ci/run.ps1 +++ b/ci/run.ps1 @@ -20,7 +20,7 @@ if ($env:arch -eq 'x64') { # Rust puts its shared stdlib in a secret place, but it is needed to run tests. $env:Path += ";$HOME/.rustup/toolchains/stable-i686-pc-windows-msvc/bin" # Need 32-bit Python for tests that need the Python dependency - $env:Path = "C:\hostedtoolcache\windows\Python\3.6.8\x86;C:\hostedtoolcache\windows\Python\3.6.8\x86\Scripts;$env:Path" + $env:Path = "C:\hostedtoolcache\windows\Python\3.7.9\x86;C:\hostedtoolcache\windows\Python\3.7.9\x86\Scripts;$env:Path" } # Set the CI env var for the meson test framework -- cgit v1.1