snower / TorMySQL

The highest performance asynchronous MySQL driver by PyMySQL
MIT License
308 stars 63 forks source link

travis-ci tests: update base dist, add python-3.7 #42

Closed ploxiln closed 5 years ago

ploxiln commented 5 years ago

also wrap init mysql script

probably also some other little bits ...

ploxiln commented 5 years ago

object.__aiter__() methods can no longer be declared as asynchronous. (Contributed by Yury Selivanov in bpo-31709.)

https://docs.python.org/3/whatsnew/3.7.html#changes-in-python-behavior

snower commented 5 years ago

Thanks. Good job.

ploxiln commented 5 years ago

thank you for reviewing!