Skip to content

Commit ea83326

Browse files
committed
GH Actions/test: use the latest Python version for mitmproxy
Python 3.14 is supported by mitmproxy since mitmproxy 12.2.0 (released Oct 15, 2025). Refs: * [Python 3.14 changelog](https://docs.python.org/release/3.14.0/whatsnew/changelog.html#changelog) * [mitmproxy changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md#15-october-2025-mitmproxy-1220)
1 parent 0d25608 commit ea83326

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)