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

Better Build Pipeline #305

Merged
merged 17 commits into from
Nov 8, 2022
Merged

Better Build Pipeline #305

merged 17 commits into from
Nov 8, 2022

Conversation

KinoxKlark
Copy link
Member

I updated cibuildwheel to version 2.11.2, which allows building for more architectures (https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip).

We can now compile for PyPy ( #42).

I tried to activate builds for python 10 and 11, but in order to do so, we need to update Sphinx, and to update Sphinx, we need to update many other libs and change the test pipeline since we use obsolete functionalities of Sphinx. In other words, this is a vast rabbit hole, and I don't think it is our main priority for now (any contribution in that direction is, however, welcome ;) )

I still have to fix the PyPy python 3.8 build on windows. Thus it is still a draft PR.

@KinoxKlark
Copy link
Member Author

I still have to fix the PyPy python 3.8 build on windows. Thus it is still a draft PR.

Interestingly, it didn't crash this time... I'll still investigate into this before merge.

@KinoxKlark KinoxKlark marked this pull request as ready for review November 8, 2022 15:42
@KinoxKlark KinoxKlark merged commit 4df7b57 into dev/version-2.0 Nov 8, 2022
@KinoxKlark KinoxKlark added the release pending Merged but still needs official release label Nov 8, 2022
@KinoxKlark KinoxKlark deleted the fix/build-pipeline branch November 8, 2022 15:57
@KinoxKlark KinoxKlark removed the release pending Merged but still needs official release label Apr 19, 2023
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.

None yet

1 participant