Skip to content

Commit 8090a3b

Browse files
committed
GH Actions/test: use the latest Python version for mitmproxy
Python 3.12 (released Oct 2nd, 2023) has been supported by mitmproxy since mitmproxy 10.1.2 (released Nov 3rd, 2023). Refs: * [Python 3.11 changelog](https://docs.python.org/release/3.11.9/whatsnew/changelog.html#python-3-11-9) * [Python 3.12 changelog](https://docs.python.org/release/3.12.3/whatsnew/changelog.html#python-3-12-2) * [mitmproxy changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md#03-november-2023-mitmproxy-1012)
1 parent 5c4e905 commit 8090a3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)