Skip to content

Commit 65fab1b

Browse files
committed
Support Python 3.14
- add python 3.14 test - upgrade pydantic - upgrade marimo
1 parent 8c3e77c commit 65fab1b

3 files changed

Lines changed: 441 additions & 350 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uv run --python 3.11 -m pytest -v
2828
uv run --python 3.12 -m pytest -v
2929
uv run --python 3.13 -m pytest -v
30+
uv run --python 3.14 -m pytest -v
3031
publish:
3132
needs: test
3233
# Only publish if releasing.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ authors = [{name = "eidorb"}]
99
dependencies = [
1010
"httpx>=0.28.1",
1111
"meatie>=0.1.20",
12-
"pydantic>=2.10.6",
12+
"pydantic>=2.12.0",
1313
"soft-webauthn>=0.1.4",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"marimo>=0.11.7",
18+
"marimo>=0.17.0",
1919
"pytest>=8.3.4",
2020
]
2121

0 commit comments

Comments
 (0)