drop support for Python 3.8

This commit is contained in:
Maximilian Hils 2022-04-26 13:53:04 +02:00
parent b31ad66225
commit 08b8310133
5 changed files with 4 additions and 6 deletions

View file

@ -14,7 +14,7 @@ forward, please consider contributing in the following areas:
## Development Setup
To get started hacking on mitmproxy, please install a recent version of Python (we require at least Python 3.8).
To get started hacking on mitmproxy, please install a recent version of Python (we require at least Python 3.9).
Then, do the following:
##### Linux / macOS