Skip to content

Commit bbd5ecf

Browse files
committed
Upgrade to v4 of CI image.
* Add testing against Python 3.14. * Use Python 3.13 for linting and type checking.
1 parent eaa2053 commit bbd5ecf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- id: details
3232
uses: kpfleming/composite-actions/image-details@v2
3333
with:
34-
base_image: python:v3-bookworm-main
34+
base_image: python:v4-bookworm-main
3535
- id: preflight
3636
uses: kpfleming/composite-actions/ci-preflight@v2
3737
with:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packages = [
7979
]
8080

8181
[tool.hatch.envs.default]
82-
python = "3.12"
82+
python = "3.13"
8383
installer = "uv"
8484
python-sources = [
8585
"external",
@@ -126,6 +126,7 @@ python = [
126126
"3.11",
127127
"3.12",
128128
"3.13",
129+
"3.14",
129130
]
130131

131132
[tool.hatch.envs.ci.scripts]

workflow-support/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
versions={"python": ["3.9", "3.10", "3.11", "3.12", "3.13"]}
1+
versions={"python": ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]}

0 commit comments

Comments
 (0)