apidoc icon indicating copy to clipboard operation
apidoc copied to clipboard

Add support for Python 3.12

Open SuperSandro2000 opened this issue 1 year ago • 0 comments

Currently this project relies on pbr which internally still uses distutils which got removed in Python 3.12. Since pbr is a openstack project, it probably will take a while until it support newer python versions. It is probably a good idea to migrate to a standard pyproject setup in the meantime to support Python 3.12.

SuperSandro2000 avatar Feb 12 '24 09:02 SuperSandro2000