-
Notifications
You must be signed in to change notification settings - Fork 54
Update CI/CD and support Python 3.10 + 3.11 #84
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Support Python 3.10 + 3.11, thanks @q0w
Add linux aarch64 wheel support
automate CI to push to PyPi
* create 2.1.9rc0 for test release * run upload on release only * upgrade test version * just use the janky internal version... * just use the janky internal version... * update rc version * oops i did it again lol * fix version.py * change artifact names * pull in remaining changes and get ready for release
…heels (#6) * update cibuildwheel to actually build properly * how many times do i gotta fix this * fix up workflows and create new one for building and uploading * fix project url * this project is definitely cursed * end py3.6 support * install proper cibuildwheel versions * only build for 64 bit windows * remove rc0
* test build results of changing module name back to cchardet * Revert "test build results of changing module name back to cchardet" This reverts commit 5bafe54. * remove hardcoded chardet version limit * use os.path.join to properly pass file paths * add forgotten separator * try windows-2019 * try changing extension name * Revert "try changing extension name" This reverts commit 1ee47a0. * add CIBW_BEFORE_BUILD_WINDOWS call * remove pipfiles and update requirements-dev.txt * Revert "remove pipfiles and update requirements-dev.txt" This reverts commit a9bac98. * Revert "add CIBW_BEFORE_BUILD_WINDOWS call" This reverts commit ce26403. * force pip installs and stop building 32 bit wheels * enable windows builds in main build and upload workflow
* Use QEMU to build for aarch64 * Update to 2.1.12rc0 for now * use CIBW_ARCHS_LINUX * get ready for 2.1.12
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I know it's been a while @PyYoshi but this is here if you ever choose to come back to the project.
I included changes from #72 and #78, but I had to cease
aarch64support from changes in #72 because I was having issues. I'll probably fix support for that someday.