mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Declare Support for Python 3.12 (#6434)
This commit is contained in:
parent
f55ee1d44f
commit
c637032af8
10 changed files with 56 additions and 45 deletions
2
.github/python-version.txt
vendored
2
.github/python-version.txt
vendored
|
|
@ -1 +1 @@
|
|||
3.11
|
||||
3.12
|
||||
|
|
|
|||
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -42,10 +42,12 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
py: "3.11"
|
||||
py: "3.12"
|
||||
- os: windows-latest
|
||||
py: "3.11"
|
||||
py: "3.12"
|
||||
- os: macos-latest
|
||||
py: "3.12"
|
||||
- os: ubuntu-latest
|
||||
py: "3.11"
|
||||
- os: ubuntu-latest
|
||||
py: "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue