require python>=3.7

This commit is contained in:
Anthony Sottile 2022-07-31 19:38:54 -04:00
parent 6027577d32
commit e94fb10940
76 changed files with 337 additions and 263 deletions

View file

@ -15,9 +15,6 @@ jobs:
- os: ubuntu-latest
python: pypy-3.7
toxenv: py
- os: ubuntu-latest
python: 3.6
toxenv: py
- os: ubuntu-latest
python: 3.7
toxenv: py
@ -32,7 +29,7 @@ jobs:
toxenv: py
# windows
- os: windows-latest
python: 3.6
python: 3.7
toxenv: py
# misc
- os: ubuntu-latest