mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Fix CI: actually test on older Python versions (#7586)
* actually test on older Python versions * fix tests on Python 3.12
This commit is contained in:
parent
c0707dd379
commit
8d96ce7824
2 changed files with 7 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -55,6 +55,8 @@ jobs:
|
|||
steps:
|
||||
- uses: mhils/workflows/checkout@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3
|
||||
- uses: mhils/workflows/setup-python@34e9a0dabe3f355d60c385cdb1b1368c9219ecd3
|
||||
with:
|
||||
python-version: ${{ matrix.py }}
|
||||
- run: pip install tox
|
||||
- run: tox -e py
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue