[ci] python 3.14#3692
Merged
andrey-churkin merged 6 commits intoopenvinotoolkit:developfrom Apr 8, 2026
Merged
Conversation
Collaborator
Author
|
Blocked by onnxruntime |
29984f2 to
fbb1ab8
Compare
fbb1ab8 to
a846e9c
Compare
a846e9c to
7235f7e
Compare
Collaborator
Author
|
Blocked by torchao, waiting 0.17.0 |
691104a to
7054864
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates CI to start exercising Python 3.14 and adjusts a Torch test utility to stop using deprecated ast.Str, aligning the codebase with newer Python AST behavior while temporarily disabling PyTorch execution on 3.14.
Changes:
- Add Python 3.14 to the weekly precommit matrix.
- Skip the
pytorch-cpuprecommit job when running under Python 3.14. - Replace
ast.Strusage withast.Constantin a test AST transformer.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
tests/torch/function_hook/test_handle_inner_functions.py |
Updates AST docstring detection to avoid deprecated ast.Str. |
.github/workflows/weekly.yml |
Extends weekly CI matrix to include Python 3.14. |
.github/workflows/call_precommit.yml |
Disables PyTorch CPU job on Python 3.14 via an if: condition. |
andrey-churkin
approved these changes
Apr 8, 2026
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.
Changes
Enable tests with python3.14, but disable it for pytorch until support p314 by torchao
Remove usingdeprecated
ast.StrRelated tickets
CVS-174503
Tests
https://github.com/openvinotoolkit/nncf/actions/runs/23946131553/job/69842634427