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

Switch from the distutils to setuptools #20

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

mwerlen
Copy link
Contributor

@mwerlen mwerlen commented Mar 11, 2024

The distutils modules has been removed in python 3.12 so minidb can't be built on a fresh 3.12 installation.

This MR switch from distutils package to setuptools which provides the same API.

More info :

…ptools and the build command

Disable old python versions unsupported by the build tool
@mwerlen
Copy link
Contributor Author

mwerlen commented Mar 12, 2024

Thanks for the review.
I'm not confident enough in my python skill to work on switching from setup.py to pyproject.toml, but I will look a bit at the documentation :)

Copy link
Owner

@thp thp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Maxime!

@thp thp merged commit f11dd24 into thp:master Mar 13, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants