Skip to content

Commit f1222d8

Browse files
committed
chore: fix CI to 3.13; update minimum python, update lock file
1 parent ad90df5 commit f1222d8

File tree

3 files changed

+471
-630
lines changed

3 files changed

+471
-630
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:
28-
python-version: '3.x'
28+
python-version: '3.13'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
authors = [
66
{ name = "Connor Ferster", email = "[email protected]" }
77
]
8-
requires-python = ">=3.11"
8+
requires-python = ">=3.12"
99
dependencies = [
1010
"pydantic_core>=2.41.1",
1111
"pydantic>=2.12.0",

0 commit comments

Comments
 (0)