BerkeleyAutomation / python-fcl

Python binding of FCL library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wheels for Python 3.12

Eric-Vin opened this issue · comments

Now that 3.12.0rc1 has been released, would it be possible to create wheels for Python 3.12 and post them to PyPi?

Sure! If you make a PR which bumps the cibuildwheel version in the github actions YAML to the latest (looks like 2.15.0 does it) and the version in in version.py I can merge it and I think that should probably do it.

Great, thanks! Hopefully #70 should do it.