audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Support Python 3.11 #69

Closed hagenw closed 9 months ago

hagenw commented 1 year ago

At the moment the tests are failing for Python 3.11, see https://github.com/audeering/audobject/pull/68

hagenw commented 1 year ago

Our tests are failing for Python 3.11 as we use audfactory in them, which does not work for Python 3.11 yet, see https://github.com/audeering/audfactory/issues/38

hagenw commented 9 months ago

Done in https://github.com/audeering/audobject/pull/68