Skip to content

Commit b2bd379

Browse files
chore(deps): update python
1 parent f97572b commit b2bd379

3 files changed

Lines changed: 339 additions & 528 deletions

File tree

.github/workflows/test-pypi-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.14"
2222

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
{name = "Thomas Holland"},
55
]
66
version = "2.3.1"
7-
requires-python = ">=3.11,<3.13"
7+
requires-python = ">=3.13,<3.14"
88
license = { file = "LICENSE" }
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
dependencies = [

0 commit comments

Comments
 (0)