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

@@ -33,7 +33,7 @@ on:
python_version:
description: 'Python version.'
required: false
default: '3.13'
default: '3.14'
type: string
jobs: