Open jnhyperion opened 1 week ago
Sorry about that. Last week I triggered the CI on https://github.com/google/brotli-wheels to build and upload wheels for newly released Python 3.13 but that might have also accidentally upload extra wheels for older pythons as you show above. The version of the Brotli python module as defined in its setup.py is actually sourced from the https://github.com/google/brotli/blob/master/c/common/version.h header so it must be in sync with the embedded C library. If we want to update the version of the python module, the maintainers would also need to make a release to bump the version. Alternatively, we could allow the python module's version to be decoupled from the lib's version, but then there's the risk they may go out of sync.
/cc @eustas
For using who're using poetry or similar dependency lock tools, this will cause the lock file out of date without any library version update.
Please avoid doing this.