Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 7dd9965

Browse files
committed
Test on python 3.14
1 parent 1582d0b commit 7dd9965

File tree

8 files changed

+514
-356
lines changed

8 files changed

+514
-356
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
runs-on: [ubuntu-24.04, macos-15]
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2121
steps:
2222
- uses: actions/checkout@v4
2323

packages/jumpstarter-cli-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"jumpstarter",
11-
"pydantic>=2.8.2",
11+
"pydantic>=2.12.5",
1212
"click>=8.1.7.2",
1313
"authlib>=1.4.1",
1414
"truststore>=0.10.1",

packages/jumpstarter-driver-uboot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev = [
1919
"pytest-cov>=5.0.0",
2020
"requests>=2.32.3",
2121
"rpmfile>=2.1.0",
22-
"zstandard>=0.23.0",
22+
"zstandard>=0.25.0",
2323
]
2424

2525
[tool.hatch.metadata.hooks.vcs.urls]

packages/jumpstarter-driver-ustreamer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
readme = "README.md"
1111
license = "Apache-2.0"
1212
requires-python = ">=3.11"
13-
dependencies = ["jumpstarter", "pillow>=10.4.0"]
13+
dependencies = ["jumpstarter", "pillow>=12.1.0"]
1414

1515
[dependency-groups]
1616
dev = ["pytest>=8.3.2", "pytest-cov>=5.0.0"]

packages/jumpstarter-kubernetes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"jumpstarter",
11-
"pydantic>=2.8.2",
11+
"pydantic>=2.12.5",
1212
"kubernetes>=31.0.0",
1313
"kubernetes-asyncio>=31.1.0",
1414
"aiohttp>=3.11.18",

packages/jumpstarter-protocol/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.69.1",
11-
"grpcio>=1.66.1",
11+
"grpcio>=1.76.0",
1212
"protobuf>=6.30.1",
1313
]
1414

packages/jumpstarter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"pyyaml>=6.0.2",
1616
"anyio>=4.4.0,!=4.6.2",
1717
"aiohttp>=3.10.5",
18-
"pydantic>=2.8.2",
18+
"pydantic>=2.12.5",
1919
"xdg-base-dirs>=6.0.2",
2020
"pydantic-settings>=2.9.1",
2121
"rich>=14.0.0",

uv.lock

Lines changed: 507 additions & 349 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)