Skip to content

Commit 5bcb746

Browse files
authored
Merge pull request #965 from WordPress/feature/ghactions-update-python
2 parents f178723 + ea83326 commit 5bcb746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Python
5757
uses: actions/setup-python@v6
5858
with:
59-
python-version: '3.13'
59+
python-version: '3.14'
6060

6161
- name: Setup proxy server
6262
run: pip3 install mitmproxy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup Python
8181
uses: actions/setup-python@v6
8282
with:
83-
python-version: '3.13'
83+
python-version: '3.14'
8484

8585
- name: Setup proxy server
8686
run: pip3 install mitmproxy

0 commit comments

Comments
 (0)