Skip to content

Commit f36588a

Browse files
chore(deps): update dependency python to 3.14
1 parent 9c2e6ad commit f36588a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v6
2828
with:
29-
python-version: "3.12"
29+
python-version: "3.14"
3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v7
3232
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set up Python 3.13
9898
uses: actions/setup-python@v6
9999
with:
100-
python-version: 3.13
100+
python-version: 3.14
101101

102102
- name: Install dependencies
103103
run: uv sync --no-dev --group tests

0 commit comments

Comments
 (0)