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.75k stars 297 forks source link

Python 3.11 #428

Open divanovGH opened 11 months ago

divanovGH commented 11 months ago

What about python 3.11 support and asynchronous code ?

medecau commented 9 months ago

@divanovGH 👋🏼

Regarding async code please see: https://github.com/pudo/dataset/issues/243#issuecomment-1041213045

Just ran the tests locally against python 3.11, 3.10, 3.9, and 3.12 and they all pass on the latest version.

divanovGH commented 7 months ago

Thanks for the reply. I was just wondering. I plan to use this library in my project.