]> git.feebdaed.xyz Git - 0xmirror/mitmproxy.git/commit
Update to Python 3.14 (#7918)
authorMaximilian Hils <git@maximilianhils.com>
Wed, 15 Oct 2025 19:32:53 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 19:32:53 +0000 (21:32 +0200)
commit886055df17d3f7424898130192cadf09f6a5aa2f
tree064acd8c3555e678cc2e41afa1ccda7599904708
parent593a66474296f656be57013a837c26f5a160db2c
Update to Python 3.14 (#7918)

* update to Python 3.14

* [autofix.ci] apply automated fixes

* fix python 3.14 compatibility

* bump minimum required zstandard version

0.15 was causing CI issues with Python 3.14.

* Revert "Bump hypothesis dependency (#7865)"

This reverts commit 0981668515ce04123279e933470b1bdd5aff8726.

windows-curses has no abi3 wheels, which blocks adoption of Python 3.14. Kill it with fire.

* remove compression from HAR tests

* add `build-essential` to build jobs

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/workflows/main.yml
.python-version
CHANGELOG.md
mitmproxy/io/har.py
pyproject.toml
release/docker/Dockerfile
test/mitmproxy/data/har_files/chrome.json
test/mitmproxy/data/har_files/firefox.json
test/mitmproxy/data/har_files/safari.json
test/mitmproxy/test_command.py
uv.lock