From e936695446f6e103e21c6be3ec2d74c3a8fca4f7 Mon Sep 17 00:00:00 2001 From: Tomas Bedrich Date: Sun, 23 Jun 2019 11:18:01 +0200 Subject: [PATCH] Remove compatibility with Python 3.4 --- .travis.yml | 1 - README.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7952b7e..786d03d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false matrix: include: - - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 diff --git a/README.rst b/README.rst index afe17b7..f16e135 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ Pycaching has following requirements: .. code:: - Python>=3.4 + Python>=3.5 requests>=2.8 beautifulsoup4>=4.4 geopy>=1.11