Skip to content

Commit 21a0a12

Browse files
committed
stop testing with Python 3.6 on CI
1 parent dcf346b commit 21a0a12

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
python-version:
1616
- '2.7'
17-
- '3.6'
1817
- '3.7'
1918
- '3.8'
2019
- '3.9'

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
2-
envlist = py27-pytest4-{linux,windows}, py{36,37,38,39}-pytest{4,5,6}-{linux,windows}
2+
envlist = py27-pytest4-{linux,windows}, py{37,38,39}-pytest{4,5,6}-{linux,windows}
33

44
[gh-actions]
55
python =
66
2.7: py27
7-
3.6: py36
87
3.7: py37
98
3.8: py38
109
3.9: py39

0 commit comments

Comments
 (0)