Skip to content

Commit 52a01a5

Browse files
committed
Update github actions to use Python 3.14
1 parent 70e30ed commit 52a01a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment-file: environment.yml
2020
auto-activate-base: false
2121
activate-environment: arcdocs-jb
22-
python-version: 3.9
22+
python-version: 3.14
2323

2424
# Build the book
2525
- name: Build the book

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
environment-file: environment.yml
2020
auto-activate-base: false
2121
activate-environment: arcdocs-jb
22-
python-version: 3.9
22+
python-version: 3.14
2323

2424
# Build the book
2525
- name: Build the book

0 commit comments

Comments
 (0)