Skip to content

Commit

Permalink
Stop testing against Python3.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 28, 2022
1 parent bfa5692 commit 24446b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- ubuntu-latest
- windows-latest
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{6,7,8,9,10}-mkdocs{131,140}
envlist = py3{7,8,9,10}-mkdocs{131,140}
skip_missing_interpreters = true

[testenv]
Expand All @@ -8,7 +8,6 @@ extras =
deps =
mkdocs131: mkdocs==1.3.1
mkdocs140: mkdocs==1.4.0
py36: mkdocs==1.3.1
commands = pytest --cov=mkdocs_include_markdown_plugin \
--cov-report=html \
--cov-config=setup.cfg \
Expand Down

0 comments on commit 24446b1

Please sign in to comment.