Blosc / python-blosc2

https://www.blosc.org/python-blosc2
Other
83 stars 19 forks source link

_inherit_doc_parameter() decorator is not working well with Python 3.13 #276

Closed FrancescAlted closed 1 month ago

FrancescAlted commented 1 month ago

I have found _inherit_doc_parameter() decorator is not working correctly with Python 3.13. For details, see errors in: https://github.com/Blosc/python-blosc2/actions/runs/11141227409/job/30961665683 . However, the same decorator works well with 3.10, 3.11 and 3.12. This is currently preventing creating wheels for Python 3.13.

@JanSellner any hints?

FrancescAlted commented 1 month ago

Fixed in #277