From 7569d485c9ada30e0d68753d6bffcc5a5604290d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 8 Nov 2018 17:23:25 +0100 Subject: Drop support for Python <3.6 --- .travis.yml | 4 +--- README.rst | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea09d94..11950e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ dist: trusty language: python python: - - "3.4" - - "3.5" - "3.6" - - "pypy3.5" + - "3.7" install: - pip install . script: diff --git a/README.rst b/README.rst index e5f75c5..06dfc43 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Quick start The following dependencies must be present to run crocoite: -- Python 3 +- Python ≥3.6 - aiohttp_ - websockets_ - warcio_ -- cgit v1.2.3