jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.18k stars 213 forks source link

Stop testing with Python 3.4 #204

Closed khink closed 4 years ago

khink commented 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

johnraz commented 4 years ago

Thanks a lot !