Skip to content

Commit 20b293e

Browse files
chore(deps): update dependency python to 3.14
1 parent 09319b9 commit 20b293e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7171
with:
72-
python-version: '3.12'
72+
python-version: '3.14'
7373

7474
- name: Install test dependencies
7575
run: pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary '.[python-tests]'

.github/workflows/checksrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3131
with:
32-
python-version: '3.12'
32+
python-version: '3.14'
3333

3434
- name: 'install prereqs'
3535
run: |

.github/workflows/pages-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2828
with:
29-
python-version: '3.12'
29+
python-version: '3.14'
3030

3131
- name: Install dependencies
3232
run: |

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
26-
python-version: '3.12'
26+
python-version: '3.14'
2727

2828
- name: Install dependencies
2929
run: pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary '.[page-gen]'

0 commit comments

Comments
 (0)