Drop support for soon-EOL Python 3.6
This commit is contained in:
parent
2966ecfd13
commit
8b66e69004
5 changed files with 14 additions and 23 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
|
||||
os: [ubuntu-20.04]
|
||||
include:
|
||||
# Include new variables for Codecov
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue