Pin Python to 3.11.5 on all platforms

This commit is contained in:
confused-Techie 2023-10-19 16:37:51 -07:00
parent c572fc1b52
commit 34851a3089
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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