nucleic / kiwi

Efficient C++ implementation of the Cassowary constraint solving algorithm
https://kiwisolver.readthedocs.io/en/latest/
Other
692 stars 88 forks source link

Python 3.12 manylinux wheels #167

Closed hrnciar closed 1 year ago

hrnciar commented 1 year ago

Hello.

Could you please release CPython 3.12 manylinux wheels on PyPI?

Python 3.12.0 release candidate 1 was released two weeks ago: https://www.python.org/downloads/release/python-3120rc1/

It should be quite safe to release wheels for a release candidate. ABI for Python 3.12 should be frozen from now on, even for bugfixes. From release notes:

There will be no ABI changes from this point forward in the 3.12 series, and the goal is that there will be as few code changes as possible.

Thank You.

MatthieuDartiailh commented 1 year ago

The wheels have been uploaded

hrnciar commented 1 year ago

Thank you!