From 5a596df09c877196c3ccf01a8a5aa22324acae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 19 Apr 2021 16:10:25 +0200 Subject: [PATCH] removed support for older Python versions --- .travis.yml | 3 --- README.md | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3319ea6..6d6c1d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: python python: - - "2.7" - - "3.4" - - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/README.md b/README.md index 272d52a..dc4200c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,5 @@ Useful links Dependencies ------------ - - Python 2.7 (tested on 2.7.9; 2.6 might work, but test suite lacks support) - or 3.x (tested on 3.2, 3.3, 3.4 and 3.5) + - Python 3.5 or later - Python Imaging Library (Debian/Ubuntu package: `python-imaging`)