-
Notifications
You must be signed in to change notification settings - Fork 39
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
Allow to build without distutils #236
Allow to build without distutils #236
Conversation
@jschueller is this ready for review? |
yes |
@jschueller have you been able to run the tests locally with Python 3.12? Our github actions is still on 3.9 so just want to know what has been tested before approving. I guess this PR is also dependent on this PR modelon-community/Assimulo#98, is that correct? Many thanks in advance! |
yes, I tested this since this is how its patched in conda-forge, and indeed to build assimulo too you need the same in assimulo first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think just a changelog entry is missing and then it is good to go, approving. Thank you!
done |
e7e799f
to
2615c1a
Compare
ok to merge |
be9067d
into
modelon-community:master
Allows to use Python 3.12
it drops the no_msvcr and prefix options (that can be worked around with building the wheel then using pip --target-dir)