mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
removed support for older Python versions
This commit is contained in:
parent
10476d013a
commit
5a596df09c
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue