crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

Chore: Stop building universal wheels, being in Python 3 lands only #618

Closed amotl closed 2 months ago

amotl commented 2 months ago

Problem

The wheel file name of crate still indicates the package would be compatible with Python 2 ^1, which isn't the case. Other packages are doing it right ^2.