BerkeleyAutomation / python-fcl

Python binding of FCL library
BSD 3-Clause "New" or "Revised" License
203 stars 58 forks source link

Wheels for Python 3.12 #69

Closed Eric-Vin closed 1 year ago

Eric-Vin commented 1 year ago

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

mikedh commented 1 year ago

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.

Eric-Vin commented 1 year ago

Great, thanks! Hopefully https://github.com/BerkeleyAutomation/python-fcl/pull/70 should do it.