Skip to content

recipe: Fix Python 3.13 compatibility

amyspark requested to merge amyspark/cerbero:fix-python-3-13-compatibility into main

Python 3.13 adds a predefined instance variable, __static_attributes__, that matches the expected syntax for build steps' identification.

See https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights

Merge request reports

Loading