pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Official Python 3.7 support #287

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

What is the status of official support of dataset for Python 3.7? Can it be included in setup.py too? Thanks.

stefanw commented 5 years ago

Tests are passing on Python 3.7, so I added it to setup.py. Not sure if this warrants a release.