bump python version

bumping python version, so it works with our ubuntu latest image and `actions/setup-python@v2`
This commit is contained in:
fbpyr
2022-12-12 10:22:23 +01:00
committed by Dion Moult
parent 3d05dc234a
commit 307f9a2322
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2 # https://github.com/actions/setup-python
with:
python-version: '3.7.7' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.10.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: echo ${{ env.DATE }}