Skip to content

SG-40980 Add support for VFX CY2026 - Python 3.13 - Qt 6.8#175

Merged
julien-lang merged 7 commits intomasterfrom
ticket/SG-40980
Feb 10, 2026
Merged

SG-40980 Add support for VFX CY2026 - Python 3.13 - Qt 6.8#175
julien-lang merged 7 commits intomasterfrom
ticket/SG-40980

Conversation

@julien-lang
Copy link
Member

@julien-lang julien-lang commented Jan 21, 2026

This PR adds compatibility with VFX CY2026 by updating the README badges to reflect support for:

  • Python 3.9 through 3.13
  • Qt 5.15 through 6.8
  • PySide2 2.0 through PySide6 6.8

@julien-lang julien-lang requested a review from Copilot January 21, 2026 23:22
Copy link

Copilot AI left a 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 pull request updates the codebase to support Python 3.13 and VFX Platform CY2026 by removing redundant parentheses from tuple unpacking statements, updating documentation badges, and upgrading pre-commit hook versions.

Changes:

  • Removed redundant parentheses from tuple unpacking assignments throughout the codebase to align with modern Python style
  • Updated README badges to reflect support for VFX Platform CY2022-CY2026 and Python 3.9-3.13
  • Upgraded pre-commit hook versions and modified CI pipeline reference

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
python/task_manager/background_task.py Added blank line for formatting consistency
python/shotgun_model/data_handler_cache.py Removed parentheses from range() tuple unpacking
python/shotgun_model/data_handler.py Removed parentheses from range() tuple unpacking
python/shotgun_globals/cached_schema.py Removed parentheses from function return and split() tuple unpacking
python/external_config/scripts/external_runner.py Removed parentheses from range() tuple unpacking and removed extra blank line
python/external_config/external_config_loader.py Removed parentheses from result tuple unpacking
python/external_config/config/config_base.py Consolidated multi-line tuple unpacking to single lines
azure-pipelines.yml Changed CI tools repository branch reference
README.md Updated VFX Platform and Python version badges with new formatting
.pre-commit-config.yaml Upgraded pre-commit-hooks from v5.0.0 to v6.0.0 and black from 25.1.0 to 26.1.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@julien-lang julien-lang changed the title SG-40980 Add VFX CY2026 tests in CI - Python 3.13 SG-40980 Add support for VFX CY2026 - Python 3.13 - Qt 6.8 Feb 4, 2026
@julien-lang julien-lang marked this pull request as ready for review February 4, 2026 21:55
@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.22%. Comparing base (d99dac9) to head (871dfbc).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   61.25%   61.22%   -0.03%     
==========================================
  Files          50       50              
  Lines        3412     3412              
==========================================
- Hits         2090     2089       -1     
- Misses       1322     1323       +1     
Flag Coverage Δ
Linux 61.13% <ø> (ø)
Python-3.10 61.24% <ø> (ø)
Python-3.11 61.18% <ø> (-0.03%) ⬇️
Python-3.13 61.24% <ø> (-0.03%) ⬇️
Python-3.9 61.24% <ø> (ø)
Windows 61.16% <ø> (-0.03%) ⬇️
macOS 61.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@julien-lang julien-lang changed the base branch from master to ticket/SG-40980-pre-commit-update February 4, 2026 23:32
Base automatically changed from ticket/SG-40980-pre-commit-update to master February 5, 2026 16:56
@julien-lang julien-lang requested a review from a team February 10, 2026 18:37
@julien-lang julien-lang merged commit a68a302 into master Feb 10, 2026
26 checks passed
@julien-lang julien-lang deleted the ticket/SG-40980 branch February 10, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants