Skip to content

Commit 2e77815

Browse files
chore(deps): update dependency python to 3.14
1 parent b344bf6 commit 2e77815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.13"
17+
python-version: "3.14"
1818
- run: python3 -m pip install --upgrade pip
1919
- id: pip-cache
2020
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python environment
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.14"
2323

2424
- name: Upgrade pip
2525
run: python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)