ODSC-88492: ADS Python 3.13 support readiness#1394
Closed
cheryloracle wants to merge 9 commits into
Closed
Conversation
cheryloracle
requested review from
mrDzurb,
sambitkumohanty and
smfirmin
as code owners
July 8, 2026 21:36
Member
Author
|
Python 3.13 failures happen during dependency setup, before tests run. Both jobs fail installing |
Member
Author
|
Python 3.13 CI is failing before tests run because |
Member
Author
|
Closing canceled CSA test PR. |
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.
Summary
Implemented ADS Python 3.13 readiness for the agreed initial support scope. The change audits Python 3.13 dependency compatibility, defines supported and deferred optional surfaces, marker-gates deferred extras in pyproject.toml, raises the opctl OCI CLI floor for Python 3.13 resolution, fixes Python 3.13 SyntaxWarning issues, updates model artifact/runtime validation to accept Python 3.13, adds Python 3.13 CI matrix coverage with scoped exclusions for deferred extras, and advertises Python 3.13 in package classifiers only after validation completed.
The Python 3.13 audit documentation records the validation performed, CI coverage decisions, known incompatibilities, deferred extras, and follow-up ticket candidates for unsupported optional surfaces. No license metadata changes were required because no new dependencies were introduced.
Tests Run