Bump the Python version from py3.9 to py3.11#15997
Merged
Merged
Conversation
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
2 times, most recently
from
October 12, 2023 08:40
930a24a to
33f86cd
Compare
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Contributor
This was referenced Oct 12, 2023
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
3 times, most recently
from
October 16, 2023 07:34
14dfe71 to
48f5f98
Compare
This was referenced Oct 16, 2023
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
4 times, most recently
from
October 16, 2023 12:53
f007515 to
8b0ee48
Compare
3 tasks
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
3 times, most recently
from
October 16, 2023 14:03
ac14b64 to
f5388fb
Compare
3 tasks
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
3 times, most recently
from
October 16, 2023 14:15
96e9da5 to
8ba02a4
Compare
3 tasks
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
from
October 17, 2023 11:37
8ba02a4 to
81fd8e9
Compare
3 tasks
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
3 times, most recently
from
October 18, 2023 15:16
761491d to
7b637c4
Compare
FlorentClarret
force-pushed
the
florentclarret/bump_python_3_11
branch
from
November 20, 2023 08:04
7c79668 to
67570ac
Compare
julien-lebot
previously approved these changes
Nov 20, 2023
jose-manuel-almaza
previously approved these changes
Nov 20, 2023
AlexandreYang
previously approved these changes
Nov 20, 2023
FlorianVeaux
previously approved these changes
Nov 20, 2023
adel121
previously approved these changes
Nov 20, 2023
FlorentClarret
dismissed stale reviews from adel121, FlorianVeaux, AlexandreYang, jose-manuel-almaza, and julien-lebot
via
November 20, 2023 12:37
5f2dc76
cedricvanrompay-datadog
previously approved these changes
Nov 20, 2023
steveny91
previously approved these changes
Nov 20, 2023
lu-zhengda
reviewed
Nov 21, 2023
| @@ -12,7 +12,7 @@ setup = ["single", "ha"] | |||
| # time out. until we're able to modify and parallelize the work we'll limit the per-driver tests to only a single | |||
| # sqlserver version | |||
| [[envs.default.matrix]] | |||
| python = ["3.9"] | |||
| python = ["3.11"] | |||
Contributor
There was a problem hiding this comment.
I need a bit more time to verify the upgrade for sqlserver as one of the package pyro4 does not officially support python 3.11 according to readme
FlorentClarret
dismissed stale reviews from steveny91, alai97, and cedricvanrompay-datadog
via
November 21, 2023 18:43
e4d28f7
lu-zhengda
approved these changes
Nov 21, 2023
Member
Author
|
Fixed a conflicts, CI errors come from the agent and the fix has been merged. Merging this PR. |
github-actions Bot
pushed a commit
that referenced
this pull request
Nov 22, 2023
* Bump the Python version from py3.9 to py3.11 * Update the dev container base image 81b91a5
This was referenced Nov 23, 2023
Merged
1 task
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.
What does this PR do?
Bump the Python version from py3.9 to py3.11
Motivation
https://datadoghq.atlassian.net/browse/AITS-277
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.