Skip to content

Commit 1a27f05

Browse files
Copilotpuddly
andcommitted
Drop Python versions below 3.11 and add 3.14.0
Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
1 parent f1e0bb2 commit 1a27f05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
PYTHON_VERSION_DEFAULT:
1818
description: Default Python version
1919
required: false
20-
default: 3.9.15
20+
default: 3.11.0
2121
type: string
2222
PRE_COMMIT_CACHE_PATH:
2323
description: Pre-commit cache path
@@ -31,7 +31,7 @@ on:
3131
type: string
3232
PYTHON_MATRIX:
3333
description: 'Comma-separated list of Python versions e.g. "3.11","3.12"'
34-
default: '"3.9.15", "3.10.8", "3.11.0", "3.12.9", "3.13.2"'
34+
default: '"3.11.0", "3.12.9", "3.13.2", "3.14.0"'
3535
required: false
3636
type: string
3737

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
PYTHON_VERSION_DEFAULT:
88
description: Default Python version
99
required: false
10-
default: "3.9"
10+
default: "3.11"
1111
type: string
1212

1313
secrets:

0 commit comments

Comments
 (0)