devopshq / artifactory

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

support python 3.11 #376

Closed donhui closed 1 year ago

donhui commented 1 year ago

Python 3.11 is expected to be released in October 2022.

pathlib._Accessor was removed from Python 3.11: https://github.com/python/cpython/pull/25701 . There is a related issue : https://github.com/devopshq/artifactory/issues/372 , this PR will fix it.

Related links: