From 6b9a83ae8032f5ff3347043accee53f52a992d88 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 11 Sep 2018 21:10:47 +0200 Subject: [PATCH] don't test with python 3.5 also, typing is no longer needed (part of stdlib from 3.5) --- .travis.yml | 1 - contrib/requirements/requirements.txt | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f28247b7..4690db752 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: true dist: xenial language: python python: - - 3.5 - 3.6 - 3.7 addons: diff --git a/contrib/requirements/requirements.txt b/contrib/requirements/requirements.txt index 6585a4b70..3fdf9eac7 100644 --- a/contrib/requirements/requirements.txt +++ b/contrib/requirements/requirements.txt @@ -6,7 +6,6 @@ protobuf dnspython jsonrpclib-pelix qdarkstyle<3.0 -typing>=3.0.0 aiorpcx>=0.7.1,<0.8 aiohttp aiohttp_socks diff --git a/tox.ini b/tox.ini index b00d29238..895f302a8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35, py36 +envlist = py36 [testenv] deps=