Skip to content

Commit

Permalink
GH Actions/test: use the latest Python version for mitmproxy
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jrfnl committed Jul 8, 2024
1 parent fe0d808 commit 359eb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Setup proxy server
run: pip3 install mitmproxy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Setup proxy server
run: pip3 install mitmproxy
Expand Down

0 comments on commit 359eb30

Please sign in to comment.