Skip to content

Commit 8610729

Browse files
committed
Update & pin CI Python versions to 3.14
1 parent 7abf114 commit 8610729

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

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

3131
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3232
with:
33-
python-version: 3.13
33+
python-version: 3.14
3434

3535
- name: Build source distribution
3636
run: pipx run build --sdist --outdir dist/

.github/workflows/ci.yml

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

213213
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
214214
with:
215-
python-version: 3.12
215+
python-version: 3.14
216216

217217
- name: Build source distribution (SDist) and binary distribution (wheel)
218218
run: |

.github/workflows/docs.yml

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

3838
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3939
with:
40-
python-version: "3.x"
40+
python-version: 3.14
4141

4242
- name: Restore Hugo builder cache
4343
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4

0 commit comments

Comments
 (0)