Support Python 3.11 (#26121)#26121
Merged
tvalentyn merged 13 commits intoapache:masterfrom Apr 5, 2023
Merged
Conversation
Update python minor version Add py311 to python tests
Add Python 3.11 to PostCommit and Precommits that run on Jenkins fix groovy file Add context to a TODO comment
Add Python 3.11 to tox
fix tox task
fix tox task Update tenacity
Add TODO for dependencies in base_image_requirements.txt
d15ae5f to
c6b2800
Compare
Codecov Report
@@ Coverage Diff @@
## master #26121 +/- ##
==========================================
- Coverage 71.18% 71.17% -0.02%
==========================================
Files 787 787
Lines 103296 103311 +15
==========================================
- Hits 73530 73529 -1
- Misses 28278 28294 +16
Partials 1488 1488
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Author
|
Run Python_Integration PreCommit |
3 tasks
Contributor
|
Verified that this PR is identical to #26120 modulo comment-only changes to base_image_requirements_manual.txt. |
Contributor
|
Merging based on test signal from #26120 |
tvalentyn
approved these changes
Apr 5, 2023
ahmedabu98
reviewed
Apr 6, 2023
Comment on lines
+50
to
+55
| tasks(':sdks:python:test-suites:portable:py${lowestSupported}:preCommitPy${lowestSupported}') | ||
| commonJobProperties.setGradleSwitches(delegate) | ||
| } | ||
| gradle { | ||
| rootBuildScriptDir(commonJobProperties.checkoutDir) | ||
| tasks(':sdks:python:test-suites:portable:py310:preCommitPy310') | ||
| tasks(':sdks:python:test-suites:portable:${highestSupported}:preCommitPy${highestSupported}') |
Contributor
There was a problem hiding this comment.
Looks like these changes are causing Python Portable Precommit to fail with:
Project 'py${lowestSupported}' not found in project ':sdks:python:test-suites:portable'
Need to use double quotes when using embedded values
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.
Adds support for Python 3.11.
Fixes: #23848