Skip to content

Commit

Permalink
No more testing on PY36
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Apr 6, 2022
1 parent 9da2de8 commit 741e0c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, windows-latest]
tox-env: [py36, py37, py38, py39, py310, nolxml, nohtml5lib]
tox-env: [py37, py38, py39, py310, nolxml, nohtml5lib]
include:
- tox-env: py36
python-version: 3.6
continue-on-error: false
- tox-env: py37
python-version: 3.7
continue-on-error: false
Expand Down

0 comments on commit 741e0c6

Please sign in to comment.