CI: Add Python 3.11, update checkout to v3, weekly run#551
Closed
EwoutH wants to merge 2 commits into
Closed
Conversation
- Add Python 3.11 (which is currently in beta) to the build matrix of the CI test job - A weekly scheduled run is also added to catch changes in dependencies and environments (each Monday at 06:00 UTC), and workflow_dispatch is added to be able to manually trigger the CI workflow - The checkout actions is updated to v3
Author
|
Hi @brettcannon and @mayeut, would one of you be able to enable the workflow and take a look at this PR? |
Member
|
Unfortunately CI is failing based on how we create the version string to pass into nox. |
brettcannon
requested changes
Jun 2, 2022
Member
brettcannon
left a comment
There was a problem hiding this comment.
I'm afraid you will need to manipulate the 3.11-dev string to be just 3.11 to pass into nox.
2 tasks
Member
|
@EwoutH did you want to try and make this work? Or should I just go ahead and close the PR? |
Contributor
|
Can't you just add a line like: INTERPRETER=${INTERPRETER/-dev/}Right before the similar line that just strips |
Contributor
|
This should also add the 3.11 trove classier, though that will clash with the moves in #546. |
Merged
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
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.
A bit of maintenance on the CI: