Skip to content

Commit 840f54c

Browse files
Enrico Usaienrico-usai
authored andcommitted
Remove Python 3.6 tests
Python version used by virtual enviroments is 3.7.10 Signed-off-by: Enrico Usai <[email protected]>
1 parent a654abf commit 840f54c

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
@@ -27,16 +27,12 @@ jobs:
2727
matrix:
2828
os: [ubuntu-latest]
2929
name:
30-
- Python 3.6 Tests
3130
- Python 3.7 Tests
3231
- Python 3.8 Tests
3332
- Python 3.9 Tests
3433
- Python 3.9 Tests Coverage
3534
- Code Checks
3635
include:
37-
- name: Python 3.6 Tests
38-
python: 3.6
39-
toxenv: py36-nocov
4036
- name: Python 3.7 Tests
4137
python: 3.7
4238
toxenv: py37-nocov
@@ -52,7 +48,7 @@ jobs:
5248
toxdir: cli
5349
toxenv: py39-cov
5450
- name: Code Checks
55-
python: 3.6
51+
python: 3.7
5652
toxdir: cli
5753
toxenv: code-linters
5854

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)