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.78k stars 298 forks source link

Python 3.11 #428

Open divanovGH opened 1 year ago

divanovGH commented 1 year ago

What about python 3.11 support and asynchronous code ?

medecau commented 12 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 10 months ago

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