-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bump the Python version from py3.9 to py3.11 #15997
Conversation
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. |
14dfe71
to
48f5f98
Compare
f007515
to
8b0ee48
Compare
ac14b64
to
f5388fb
Compare
96e9da5
to
8ba02a4
Compare
8ba02a4
to
81fd8e9
Compare
761491d
to
7b637c4
Compare
7c79668
to
67570ac
Compare
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.
Could you please update the base image here too
5f2dc76
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.
Looks good for docs!
@@ -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"] |
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.
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
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.
pyro4
is removed
e4d28f7
Fixed a conflicts, CI errors come from the agent and the fix has been merged. Merging this PR. |
* Bump the Python version from py3.9 to py3.11 * Update the dev container base image 81b91a5
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-qa
label if the PR doesn't need to be tested during QA.