Skip to content

Commit bf28048

Browse files
chore(deps): update dependency python to 3.14
1 parent c1508db commit bf28048

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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
1717
with:
18-
python-version: "3.13"
18+
python-version: "3.14"
1919

2020
- name: Install Hatch
2121
uses: pypa/hatch@install

0 commit comments

Comments
 (0)