removed support for older Python versions

This commit is contained in:
András Veres-Szentkirályi 2021-04-19 16:10:25 +02:00
parent 10476d013a
commit 5a596df09c
2 changed files with 1 additions and 5 deletions

View file

@ -1,8 +1,5 @@
language: python language: python
python: python:
- "2.7"
- "3.4"
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"

View file

@ -75,6 +75,5 @@ Useful links
Dependencies Dependencies
------------ ------------
- Python 2.7 (tested on 2.7.9; 2.6 might work, but test suite lacks support) - Python 3.5 or later
or 3.x (tested on 3.2, 3.3, 3.4 and 3.5)
- Python Imaging Library (Debian/Ubuntu package: `python-imaging`) - Python Imaging Library (Debian/Ubuntu package: `python-imaging`)