-
Notifications
You must be signed in to change notification settings - Fork 184
ci(upload-pypi): bump versions of gha and manage supported python versions #356
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ec2e5cc
ci(upload-pypi): upgrade version of artefact upload action
deepcharles 05d9031
ci(upload-to-pypi): correct mistakes on versions
deepcharles 36e42ff
ci(upload-to-pypi): remove wheels for py36 and py37
deepcharles cda9fbb
Give a name to each new artefact
deepcharles 8cad1d3
Update upload-to-pypi.yml
deepcharles 17c3b35
prevent artifact name colision
deepcharles 994dc6f
adding support for py314
deepcharles a075052
skipping py314t for win32
deepcharles 90b5f5a
bumping versions of various gha
deepcharles f9cc695
remove pp* from skip selector
deepcharles bd5e03f
only build wheels for python >= 3.8
deepcharles 1d52de6
updater python version for cibuildwheel
deepcharles a02fb9d
upgrade python version to build dist
deepcharles 935e989
only support python >= 3.9
deepcharles 0ef139d
no wheel for py38
deepcharles ed8b5d7
bum versions of gha and remove python3.8 from tests
deepcharles b08b1d8
bump python version and gha
deepcharles cde385f
bump python version and gha versions
deepcharles 332fc31
adding py3.14 to the test
deepcharles 50230be
only support up to python3.13
deepcharles 335d257
Update README.md with supported python versions
deepcharles 7cd9ccf
Update run-test.yml to remove py314
deepcharles 14bfd56
Update setup.cfg (typo)
deepcharles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
(question): no 3.14 here?
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.
Done ! 332fc31
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.
unfortunately, there is no simple way to test
ruptureson py3.14. The gh action running the tests raises this error:Error: The version '3.14' with architecture 'x64' was not found for Ubuntu 24.04.I'd rather not publish untested code, so I'll remove support for py3.14 for now.
Sorry for the noise