mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Drop support for Python 3.6. It's EOL
This commit is contained in:
8
.github/workflows/tox.yml
vendored
8
.github/workflows/tox.yml
vendored
@@ -7,11 +7,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.7-v7.x]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10', pypy-3.7-v7.x]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
include:
|
||||
- python-version: 3.6
|
||||
tox-env: py36
|
||||
- python-version: 3.7
|
||||
tox-env: py37
|
||||
- python-version: 3.8
|
||||
@@ -24,10 +22,6 @@ jobs:
|
||||
tox-env: pypy3
|
||||
# Just to slim down the test matrix:
|
||||
exclude:
|
||||
- python-version: 3.7
|
||||
os: windows-latest
|
||||
- python-version: 3.7
|
||||
os: ubuntu-latest
|
||||
- python-version: 3.8
|
||||
os: macos-latest
|
||||
- python-version: 3.8
|
||||
|
||||
Reference in New Issue
Block a user