Skip to content

Commit 174cc0b

Browse files
chore(deps): update dependency python to 3.14
1 parent a0ed576 commit 174cc0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-update.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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.14'
2222

2323
- name: Install Hatch
2424
uses: pypa/hatch@install

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1414
with:
15-
python-version: "3.13"
15+
python-version: "3.14"
1616

1717
- name: Install hatch
1818
run: >-

0 commit comments

Comments
 (0)