mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
drop support for Python 3.6 and 3.7
We require Python 3.8 for sans-io (#1775), so we need to drop support for older versions.
This commit is contained in:
parent
52b46849c4
commit
c5eae9d752
15 changed files with 20 additions and 37 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -51,10 +51,6 @@ jobs:
|
|||
py: 3.9
|
||||
- os: ubuntu-latest
|
||||
py: 3.8
|
||||
- os: ubuntu-latest
|
||||
py: 3.7
|
||||
- os: ubuntu-latest
|
||||
py: 3.6
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- run: printenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue