devopshq / artifactory

dohq-artifactory: a Python client for Artifactory
https://devopshq.github.io/artifactory/
MIT License
269 stars 137 forks source link

No support for Python3.12 #449

Closed orim-orca closed 1 month ago

orim-orca commented 1 month ago

A lot of environments are already moving to Python3.12 and dohq artifactory does not support Python3.12

Main issue is the usage of pathlib._Flavour which is deprecated in Python3.12, which I'm not sure the usage of it here and how to rewrite

ni-balexand commented 1 month ago

Looks like a duplicate of #430

allburov commented 1 month ago

@ni-balexand yes, it's!