spotfiresoftware / spotfire-python

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

Handle changes from Cython 3.0 #47

Closed bbassett-tibco closed 9 months ago

bbassett-tibco commented 1 year ago

In updating one of my development environments, I discovered that Cython has released version 3.0 after our 2.0.1.post1 release. This exposes a few issues (none of which are fatal) with our implementation:

Fix these issues and update the minimum requirement to Cython 3.0.

bbassett-tibco commented 9 months ago

All updates for Cython 3.0 changes have been made. Merged feature branch into main.