removed support for older Python versions

pull/24/head
András Veres-Szentkirályi 2021-04-19 16:10:25 +02:00
rodzic 10476d013a
commit 5a596df09c
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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`)