coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
188 stars 53 forks source link

Python 3.10 release #29

Closed rt121212121 closed 3 years ago

rt121212121 commented 3 years ago

Is it possible to get a 3.10 release of pysqlite3-binary on Pypi? That would be a good help for getting some projects working with 3.10.

ERROR: Could not find a version that satisfies the requirement pysqlite3-binary (from versions: none)
ERROR: No matching distribution found for pysqlite3-binary
goldsteinn commented 3 years ago

You are missing -DMODULE_NAME=\"sqlite3\"

rt121212121 commented 3 years ago

This has already been solved, the 3.10 wheels are available on PyPI. Thanks!