Skip to content

Commit ebb9f65

Browse files
authored
Merge pull request #875 from WordPress/feature/ghactions-update-mitmproxy
GH Actions/test: use the latest Python version for mitmproxy
2 parents 5c4e905 + 8090a3b commit ebb9f65

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@v5
5858
with:
59-
python-version: '3.10'
59+
python-version: '3.12'
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@v5
8282
with:
83-
python-version: '3.10'
83+
python-version: '3.12'
8484

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

0 commit comments

Comments
 (0)