-
Notifications
You must be signed in to change notification settings - Fork 1
SG-36435 - PySide 6.8 #67
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR updates the CI/CD testing infrastructure to align with VFX Reference Platform (CY) standards, upgrading Qt wrapper versions and standardizing job naming conventions.
Key Changes:
- Updated Qt wrapper versions: PySide2 pinned to specific versions (5.15.2.1 for CY2022, 5.15.16 for CY2023), PySide6 upgraded to ~=6.5.8 and ~=6.8
- Standardized job naming to include CY year prefixes (e.g., "CY2022 - Windows")
- Modified parameter structure to make Python version and Qt wrapper mandatory while making image_name optional
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| internal/run-tests.yml | Updated all test job configurations with CY-prefixed names and specific Qt wrapper versions; added experimental PySide6~=6.8 configuration for Linux |
| internal/run-tests-with.yml | Reorganized parameters to mark Python version and Qt wrapper as mandatory, moved image_name to optional section |
| internal/pip-install-packages.yml | Added --upgrade flag to pip install command |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # | ||
| # - VFX CY2024 | ||
| # - Qt: PySide6=6.2 | ||
| # Python: 3. |
Copilot
AI
Nov 27, 2025
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.
Incomplete Python version '3.' in comment example - should be '3.10' or similar complete version number.
| # Python: 3. | |
| # Python: 3.7 |
No description provided.