Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.12 #20

Open
SuperSandro2000 opened this issue Feb 12, 2024 · 0 comments
Open

Add support for Python 3.12 #20

SuperSandro2000 opened this issue Feb 12, 2024 · 0 comments

Comments

@SuperSandro2000
Copy link

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 added a commit to SuperSandro2000/nixpkgs that referenced this issue Feb 12, 2024
because it requires pbr which is not compatible with python 3.12 as it
uses a lot of distutils.

See sphinx-contrib/apidoc#20
SuperSandro2000 added a commit to SuperSandro2000/nixpkgs that referenced this issue Feb 12, 2024
because it requires pbr which is not compatible with python 3.12 as it
uses a lot of distutils.

See sphinx-contrib/apidoc#20
SuperSandro2000 added a commit to SuperSandro2000/nixpkgs that referenced this issue Feb 12, 2024
because it requires pbr which is not compatible with python 3.12 as it
uses a lot of distutils.

See sphinx-contrib/apidoc#20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant