Skip to content

Commit e784bd5

Browse files
chore(deps): update dependency python to 3.14
1 parent c057c26 commit e784bd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.14"
2424

2525
- name: Install dependencies
2626
run: |

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.12"
27+
python-version: "3.14"
2828

2929
- name: Install dependencies
3030
run: |

0 commit comments

Comments
 (0)