Closed khink closed 4 years ago
Python 3.4 is end-of-life (https://www.python.org/downloads/release/python-340/), we can stop supporting it.
Some builds (https://travis-ci.org/James1345/django-rest-knox/jobs/647661512, https://travis-ci.org/James1345/django-rest-knox/jobs/647660925) are now failing because PyYAML requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.8
PyYAML requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.8
Thanks a lot !
Python 3.4 is end-of-life (https://www.python.org/downloads/release/python-340/), we can stop supporting it.
Some builds (https://travis-ci.org/James1345/django-rest-knox/jobs/647661512, https://travis-ci.org/James1345/django-rest-knox/jobs/647660925) are now failing because
PyYAML requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.8