encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

python37 type check fix #612

Closed alkovpro closed 6 years ago

alkovpro commented 6 years ago

This pull request is a finishing of #598 ( python 3.7 issue - #595 ) It fixes type checks which prevented to generate schema responses when running in python 3.7 It also adds 3.7-dev to the travis matrix.

I ran tests on python 3.6 and 3.7 and they're ok: ========================== 316 passed in 8.79 seconds ==========================.......

tomchristie commented 6 years ago

Thanks!

alkovpro commented 6 years ago

Thank you for accepting my PRs! )