christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
197 stars 63 forks source link

Python 3.12 wheels #147

Closed chrisoro closed 9 months ago

chrisoro commented 9 months ago

Would it be possible to also provide wheels for 3.12? Unfortunately, I'm unable to modify or test the workflows on a fork, so I can only request this via a ticket.

Upon reviewing your project, it seems that all you need to do is upgrade to a more recent version of cibuildwheel (2.16 or higher to support 3.12) and adjust the configuration accordingly.

christoph2 commented 9 months ago

OK, done. 3.12 support is now available on PyPI.

chrisoro commented 9 months ago

Awesome, thank you!