toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Add support for Python 3.7, drop EOL 3.0-3.4 #116

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Fixes https://github.com/toastdriven/restless/issues/113.

Also does some code upgrades whilst we're at it, and some other minor cleanup.

hugovk commented 5 years ago

Actually, looks like a problem with the build matrix, as there's not enough build jobs. Will be check tomorrow.

hugovk commented 5 years ago

✅ Matrix fixed by upgrading from Trusty (EOL in April 2019) to Xenial, which is required by 3.7, and upgrading PyPy from 5.8.0 (which doesn't support Xenial) to 6.0.

seocam commented 5 years ago

Thanks @hugovk!