relock with Python 3.8.15

This commit is contained in:
Trenton H
2023-01-06 10:20:58 -08:00
parent caba4ae3c1
commit d58747c912
5 changed files with 37 additions and 10 deletions

View File

@@ -14,7 +14,11 @@ on:
- 'translations**'
env:
# This is the version of pipenv all the steps will use
# If changing this, change Dockerfile
DEFAULT_PIP_ENV_VERSION: "2022.11.30"
# This is the default version of Python to use in most steps
# If changing this, change Dockerfile
DEFAULT_PYTHON_VERSION: "3.9"
jobs: