aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-31 19:05:46 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-01-10 18:36:56 -0500
commitad525dcce45487def9d3950bed159f1c158e3581 (patch)
tree465e311a2af72ba5fd991acabc3366e405e03fe5 /ci
parent0c30db20b1769f8cc9082bb9f043882e86ad738e (diff)
downloadmeson-ad525dcce45487def9d3950bed159f1c158e3581.zip
meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.gz
meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.bz2
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.
Diffstat (limited to 'ci')
-rw-r--r--ci/run.ps12
1 files changed, 1 insertions, 1 deletions
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