Skip to content

Commit 3dc0c64

Browse files
chore(github-actions): update dependency python to 3.14
1 parent 7138e83 commit 3dc0c64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.13"
30+
python-version: "3.14"
3131
- name: Install dependencies
3232
run: pip install hatch
3333
- name: Build wheel (used by e2e tests via PIP_FIND_LINKS)

.github/workflows/lint.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@v6
1414
with:
15-
python-version: "3.13"
15+
python-version: "3.14"
1616
- name: Install pip package(s)
1717
run: pip install hatch
1818
- name: Run black formatter check

0 commit comments

Comments
 (0)