From a18b1e35f77cf1dc7fc4aa16ceff58eff2f64d5c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 6 Jan 2025 18:40:53 +0100 Subject: [PATCH] fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ece8cc15..2e5977852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - **Local Capture Mode** is now available on Linux as well. ([#7440](https://github.com/mitmproxy/mitmproxy/pull/7440), @mhils) -- mitmproxy now requires Python 3.10 or above. +- mitmproxy now requires Python 3.12 or above. ([#7440](https://github.com/mitmproxy/mitmproxy/pull/7440), @mhils) - Add cache-busting for mitmweb's front end code. ([#7386](https://github.com/mitmproxy/mitmproxy/pull/7386), @mhils)