Skip to content

Commit d8f50fd

Browse files
committed
Drop support for python 3.6
1 parent 88c49cb commit d8f50fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
language: python
44
dist: "xenial"
55
python:
6+
- 3.9
67
- 3.8
78
- 3.7
8-
- 3.6
99

1010
cache:
1111
pip: true

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tox]
22
skipsdist = True
3-
envlist = py36, py37, py38
3+
envlist = py37, py38, py39
44

55
[travis]
66
python =
7+
3.9: py39
78
3.8: py38
89
3.7: py37
9-
3.6: py36
1010

1111
[testenv]
1212
whitelist_externals = poetry

0 commit comments

Comments
 (0)