Skip to content

Commit 154215a

Browse files
committed
Revert "stop testing with Python 3.6 on CI"
This reverts commit 21a0a12.
1 parent d772a22 commit 154215a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
os: [ubuntu-latest, windows-latest]
1515
python-version:
1616
- '2.7'
17+
- '3.6'
1718
- '3.7'
1819
- '3.8'
1920
- '3.9'

tox.ini

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

44
[gh-actions]
55
python =
66
2.7: py27
7+
3.6: py36
78
3.7: py37
89
3.8: py38
910
3.9: py39

0 commit comments

Comments
 (0)