spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

python 3.12 wheel #66

Closed quetil closed 4 months ago

quetil commented 5 months ago

Hi, could someone provide a wheel for python 3.12 ? (windows and linux) I didn't manage to install it with pip install -e . nor python -m build.

Thank you in advance !

bbassett-tibco commented 4 months ago

Hey, @quetil! We're currently targeting the next release (2.2.0) for shipping wheels for Python 3.12. Unfortunately, current versions will not compile for 3.12 (due to the removal of deprecated Py_UNICODE functions); we've already fixed this in 504207b, and it's already a part of our Actions CI workflows.