Removed Python 3.9 from preselected list of Python versions and added Python 3.14.

This commit is contained in:
Patrick Lehmann
2025-10-18 22:20:06 +02:00
parent cf7a98730e
commit 7e6bb82ae8
11 changed files with 14 additions and 14 deletions

View File

@@ -48,12 +48,12 @@ on:
python_version:
description: 'Python version.'
required: false
default: '3.13'
default: '3.14'
type: string
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
system_list:
description: 'Space separated list of systems to run tests on.'