Skip to content

Commit a376e81

Browse files
committed
Remove py3.6 from code check
Signed-off-by: chenwany <[email protected]>
1 parent fe11d55 commit a376e81

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,12 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest]
2828
name:
29-
- Python 3.6 Tests
3029
- Python 3.7 Tests
3130
- Python 3.8 Tests
3231
- Python 3.9 Tests
3332
- Python 3.9 Tests Coverage
3433
- Code Checks
3534
include:
36-
- name: Python 3.6 Tests
37-
python: 3.6
38-
toxenv: py36-nocov
3935
- name: Python 3.7 Tests
4036
python: 3.7
4137
toxenv: py37-nocov
@@ -51,7 +47,7 @@ jobs:
5147
toxdir: cli
5248
toxenv: py39-cov
5349
- name: Code Checks
54-
python: 3.6
50+
python: 3.7
5551
toxdir: cli
5652
toxenv: code-linters
5753

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{36,37,38}
3+
py{37,38}
44
code-linters
55

66
# Default testenv. Used to run tests on all python versions.

0 commit comments

Comments
 (0)