This commit is contained in:
Patrick Lehmann
2025-10-19 01:22:16 +02:00
committed by GitHub
27 changed files with 318 additions and 527 deletions

View File

@@ -36,12 +36,12 @@ on:
unittest_python_version:
description: 'Python version.'
required: false
default: '3.13'
default: '3.14'
type: string
unittest_python_version_list:
description: 'Space separated list of Python versions to run tests with.'
required: false
default: '3.9 3.10 3.11 3.12 3.13'
default: '3.10 3.11 3.12 3.13 3.14'
type: string
unittest_system_list:
description: 'Space separated list of systems to run tests on.'
@@ -66,7 +66,7 @@ on:
apptest_python_version:
description: 'Python version.'
required: false
default: '3.13'
default: '3.14'
type: string
apptest_python_version_list:
description: 'Space separated list of Python versions to run tests with.'