Skip to content

Commit 431faf2

Browse files
chore(deps): update dependency python to 3.14.x
1 parent 9f335a5 commit 431faf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: '3.13.x'
26+
python-version: '3.14.x'
2727

2828
- name: Upgrade pip
2929
run: |

.github/workflows/migration-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: '3.13.x'
20+
python-version: '3.14.x'
2121
cache: 'pip'
2222
cache-dependency-path: '**/requirements.txt'
2323

0 commit comments

Comments
 (0)