We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c49cb commit d8f50fdCopy full SHA for d8f50fd
.travis.yml
@@ -3,9 +3,9 @@
3
language: python
4
dist: "xenial"
5
python:
6
+ - 3.9
7
- 3.8
8
- 3.7
- - 3.6
9
10
cache:
11
pip: true
tox.ini
@@ -1,12 +1,12 @@
1
[tox]
2
skipsdist = True
-envlist = py36, py37, py38
+envlist = py37, py38, py39
[travis]
python =
+ 3.9: py39
3.8: py38
3.7: py37
- 3.6: py36
[testenv]
12
whitelist_externals = poetry
0 commit comments