coleifer / pysqlite3

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

No binary wheels for pysqlite3-binary for python_version 3.10 and manylinux1 #59

Closed visuman closed 1 year ago

visuman commented 1 year ago

Is it possible to support wheels for python_version 3.10 and manylinux1 ?

until 0.4.6 an python version =3.9 the package supported this https://pypi.org/project/pysqlite3-binary/0.4.6/#files

related to https://github.com/coleifer/pysqlite3/issues/50

coleifer commented 1 year ago

See also #40

I suggest for now just modifying the script in the build_scripts/ directory and publishing your own wheels. Everything is handled for you in the scripts so it should be very easy for you to create your own if you need them.