Comment 5 for bug 1531427

Revision history for this message
Aminda Suomalainen (mikaela) wrote :

It appears there is no suggestion in Python3 in setup.py anymore, but there is warning about old Python 2.

```
setup.py:247: DeprecationWarning: Running Limnoria on Python older than 2.7.9 is not recommended because it does not support SSL certificate verification. For more informations, see: <http://doc.supybot.aperio.fr/en/latest/use/security.html#ssl-python-versions>
  DeprecationWarning)
```