From c5265fd92b65bce1425bfa427e0fdcfb0597e3be Mon Sep 17 00:00:00 2001 From: Peter Slump Date: Tue, 24 Sep 2019 21:44:54 +0200 Subject: [PATCH] Removed Python 2.7 and 3.4 support added 3.7 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 117e5ca..faf479c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,9 @@ matrix: fast_finish: true python: - - "2.7" - - "3.4" - "3.5" - "3.6" + - "3.7" - "nightly" before_install: @@ -43,5 +42,7 @@ jobs: <<: *aio-mixin - python: "3.6" <<: *aio-mixin + - python: "3.7" + <<: *aio-mixin - python: "nightly" <<: *aio-mixin