Closed FrancescAlted closed 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?
Fixed in #277
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?