-
Notifications
You must be signed in to change notification settings - Fork 31
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
CI: Add support for Python 3.11 #450
Merged
Merged
Conversation
This file contains 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
amotl
force-pushed
the
amo/python311
branch
3 times, most recently
from
September 29, 2022 16:37
525e162
to
243820d
Compare
This was referenced Sep 29, 2022
ProblemDownloading the CrateDB tarball fails on Python 3.11.
-- https://github.com/crate/crate-python/actions/runs/3152435065/jobs/5127728530 SolutionMaybe wait until actions/setup-python#512 has been resolved, 243820d is just a temporary workaround. |
ProblemCode coverage report upload to Codecov started failing intermittently. See #451. |
amotl
added a commit
that referenced
this pull request
Oct 3, 2022
The patch explicitly adds the use of the `with.token` option, as confirmed by others to improve the behaviour even on public repos. The token is not required for public repos, but it makes the workflow less likely to randomly fail because of a limit in Codecov CI capabilities. Reference: #450 (comment)
amotl
force-pushed
the
amo/python311
branch
2 times, most recently
from
October 3, 2022 21:49
1a4f069
to
792e7a2
Compare
amotl
added a commit
that referenced
this pull request
Oct 4, 2022
Codecov occasionally responds with: 404 Not Found: Unable to locate build via Github Actions API. Some workaround-like mitigations have been tried, but to no avail. #450 (comment)
amotl
force-pushed
the
amo/python311
branch
2 times, most recently
from
October 4, 2022 09:16
c5f335e
to
150beea
Compare
matriv
approved these changes
Oct 4, 2022
mfussenegger
approved these changes
Oct 10, 2022
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.
Python 3.11 will be released in about a month, on 2022-10-24.