scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

CI: build with manylinux_2_28 #342

Closed fruch closed 1 month ago

fruch commented 1 month ago

since centos7 is EOL, and it's mirrors now broken we are switching to newer manylinux version

Ref: https://github.com/pypa/cibuildwheel/issues/1772 Ref: https://github.com/pypa/manylinux/issues/1641

fruch commented 1 month ago

@Lorak-mmk seems like this is fixing the issue we have with building wheels, but with the price of dropping 32bit

I don't have a way to check specific usage like that in pypi, but I would think it's quite rare for anything to be using those nowadays

we can't release with fix this.

Lorak-mmk commented 1 month ago

@Lorak-mmk seems like this is fixing the issue we have with building wheels, but with the price of dropping 32bit

I don't have a way to check specific usage like that in pypi, but I would think it's quite rare for anything to be using those nowadays

I don't think we need to care about 32 bit.

we can't release with fix this.

I don't understand this sentence.

fruch commented 1 month ago

@Lorak-mmk seems like this is fixing the issue we have with building wheels, but with the price of dropping 32bit I don't have a way to check specific usage like that in pypi, but I would think it's quite rare for anything to be using those nowadays

I don't think we need to care about 32 bit.

we can't release with fix this.

I don't understand this sentence.

we can't release any version, without this fix.

fruch commented 1 month ago

o.k. so bye bye 32bit wheels !!!