Skip to content

Commit e1cd4f4

Browse files
chore(deps): update dependency python to 3.14
1 parent 4e0cea6 commit e1cd4f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Set up Python
135135
uses: actions/setup-python@v5
136136
with:
137-
python-version: '3.12'
137+
python-version: '3.14'
138138
- name: Install test dependencies
139139
run: |
140140
python -m pip install --upgrade pip

.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)