Changed default Python version to 3.11 for job templates.

(cherry picked from commit 1c8b4272fd12bb0ff6a6a83a62f3766ae0829bce)
This commit is contained in:
Patrick Lehmann
2022-10-29 22:41:18 +02:00
parent 2d10c74d2f
commit f6c7c4c275
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ on:
python_version:
description: 'Python version.'
required: false
default: '3.10'
default: '3.11'
type: string
jobs: