Skip to content

Commit 7e6bb82

Browse files
committed
Removed Python 3.9 from preselected list of Python versions and added Python 3.14.
1 parent cf7a987 commit 7e6bb82

11 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/CheckCodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
python_version:
3333
description: 'Python version.'
3434
required: false
35-
default: '3.13'
35+
default: '3.14'
3636
type: string
3737
package_directory:
3838
description: 'The package''s directory'

.github/workflows/CheckDocumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
python_version:
3333
description: 'Python version.'
3434
required: false
35-
default: '3.13'
35+
default: '3.14'
3636
type: string
3737
directory:
3838
description: 'Source code directory to check.'

.github/workflows/CompletePipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ on:
3636
unittest_python_version:
3737
description: 'Python version.'
3838
required: false
39-
default: '3.13'
39+
default: '3.14'
4040
type: string
4141
unittest_python_version_list:
4242
description: 'Space separated list of Python versions to run tests with.'
4343
required: false
44-
default: '3.9 3.10 3.11 3.12 3.13'
44+
default: '3.10 3.11 3.12 3.13 3.14'
4545
type: string
4646
unittest_system_list:
4747
description: 'Space separated list of systems to run tests on.'
@@ -66,7 +66,7 @@ on:
6666
apptest_python_version:
6767
description: 'Python version.'
6868
required: false
69-
default: '3.13'
69+
default: '3.14'
7070
type: string
7171
apptest_python_version_list:
7272
description: 'Space separated list of Python versions to run tests with.'

.github/workflows/ExtractConfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
python_version:
3333
description: 'Python version.'
3434
required: false
35-
default: '3.13'
35+
default: '3.14'
3636
type: string
3737
coverage_config:
3838
description: 'Path to the .coveragerc file. Use pyproject.toml by default.'

.github/workflows/Package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
python_version:
3434
description: 'Python version.'
3535
required: false
36-
default: '3.13'
36+
default: '3.14'
3737
type: string
3838
requirements:
3939
description: 'Python dependencies to be installed through pip; if empty, use pyproject.toml through build.'

.github/workflows/Parameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ on:
4848
python_version:
4949
description: 'Python version.'
5050
required: false
51-
default: '3.13'
51+
default: '3.14'
5252
type: string
5353
python_version_list:
5454
description: 'Space separated list of Python versions to run tests with.'
5555
required: false
56-
default: '3.9 3.10 3.11 3.12 3.13'
56+
default: '3.10 3.11 3.12 3.13 3.14'
5757
type: string
5858
system_list:
5959
description: 'Space separated list of systems to run tests on.'

.github/workflows/PublishOnPyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
python_version:
3434
description: 'Python version.'
3535
required: false
36-
default: '3.13'
36+
default: '3.14'
3737
type: string
3838
requirements:
3939
description: 'Python dependencies to be installed through pip.'

.github/workflows/SphinxDocumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
python_version:
3333
description: 'Python version.'
3434
required: false
35-
default: '3.13'
35+
default: '3.14'
3636
type: string
3737
requirements:
3838
description: 'Python dependencies to be installed through pip.'

.github/workflows/StaticTypeCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
python_version:
3434
description: 'Python version.'
3535
required: false
36-
default: '3.13'
36+
default: '3.14'
3737
type: string
3838
requirements:
3939
description: 'Python dependencies to be installed through pip.'

.github/workflows/VerifyDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
python_version:
3434
description: 'Python version.'
3535
required: false
36-
default: '3.13'
36+
default: '3.14'
3737
type: string
3838

3939
jobs:

0 commit comments

Comments
 (0)