From 63f674d897728ce31b4468d4085cb32e49ed1851 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 31 Oct 2020 08:31:54 +0200 Subject: [PATCH] Test with Python 3.9, stop testing Python 3.5 Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05 --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f313d3..3553fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ cache: - .pytest_cache - tests/testdata python: - - "3.5" - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install tox-travis - sh get_testdata.sh diff --git a/tox.ini b/tox.ini index 591010a..f31b6cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py36,py37,py38 +envlist = py36,py37,py38,py39 [testenv] deps = flake8