Skip to content

Commit 67a68f9

Browse files
chore(deps): update dependency python to 3.14
1 parent 8fa9582 commit 67a68f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.14"
2828

2929
- uses: actions/cache@v4
3030
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: actions/setup-python@v5
4646
with:
47-
python-version: "3.13"
47+
python-version: "3.14"
4848

4949
- name: Upgrade pip
5050
run: python3 -m pip install --upgrade pip

.github/workflows/gh-pages.yml

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

1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.13"
17+
python-version: "3.14"
1818

1919
- name: Upgrade pip
2020
run: |

0 commit comments

Comments
 (0)