Warn users that this project is not compatible with Python 2.6

This commit is contained in:
Bruno Bord 2020-05-05 16:22:12 +02:00
parent 94c78b905d
commit 8bad393d58
No known key found for this signature in database
GPG Key ID: 9499EA6788BF80A1
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* Revamped/Simplified Travis configuration.
* Removed tox.ini reference to Python 3.3 builds.
* Warn users that this project is not compatible with Python 2.6.
## 1.0.0 (2020-05-05)

View File

@ -95,7 +95,9 @@ In order to be able to run the `download.py` script, we recommend to run it **fr
make install-dev
```
*Note:* This project is, and should be compatible with Python 2.6/2.7 and Python 3.5+, to be kept the same Python compatiblity that `skyfield` has.
*Note:* This project is, and should be compatible with Python 2.7 and Python 3.5+, to keep the same Python compatiblity that `skyfield` has.
**WARNING!**: This project is not compatible with Python 2.6.
## Copyright