audeering / audfactory

Communicating with Artifactory
https://audeering.github.io/audfactory/
Other
0 stars 0 forks source link

Add support for Python 3.11 #38

Closed hagenw closed 11 months ago

hagenw commented 1 year ago

Even though dohq-artifactory added support for Python 3.11 in version 0.8.2 with modifications due to changes in Python's pathlib as discussed in https://github.com/devopshq/artifactory/pull/376 our tests fail for Python 3.11, compare https://github.com/audeering/audfactory/pull/37

hagenw commented 1 year ago

Reported at https://github.com/devopshq/artifactory/issues/404

hagenw commented 11 months ago

dohq-artifactory >=0.9.1 fixed the issue and we included support for Python 3.11 in https://github.com/audeering/audfactory/pull/37