From 34851a3089bf315c5155d2e9cb9d641ecb1c4515 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Thu, 19 Oct 2023 16:37:51 -0700 Subject: [PATCH] Pin Python to `3.11.5` on all platforms --- .cirrus.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f7159e7a5..362e060c9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: 3.11.5 GITHUB_TOKEN: ENCRYPTED[!b0ff4671044672be50914a3a10b49af642bd8e0e681a6f4e5855ec5230a5cf9afbc53d9e90239b8d2c79455f014f383f!] # The above token, is a GitHub API Token, that allows us to download RipGrep without concern of API limits diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fc3b96a2..03e66be0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: env: # Variables needed for build information GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PYTHON_VERSION: '3.11' + PYTHON_VERSION: '3.11.5' NODE_VERSION: 16 ROLLING_UPLOAD_TOKEN: ${{ secrets.ROLLING_RELEASE_UPLOAD_TOKEN }} # Below variables allow us to quickly control visual tests for each platform