Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Flow Production Tracking Python API to version 3.10.0 and adds Python 3.13 support. The changes ensure version consistency across the codebase and document the new Python version support in the changelog.
Changes:
- Version bumped from 3.9.2 to 3.10.0 across the codebase
- Added changelog entry documenting Python 3.13 support
- Release date set to February 3, 2026
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| shotgun_api3/shotgun.py | Updated __version__ constant to 3.10.0 |
| setup.py | Updated package version to 3.10.0 |
| HISTORY.rst | Added v3.10.0 changelog entry with Python 3.13 support note |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #440 +/- ##
==========================================
+ Coverage 78.66% 78.88% +0.21%
==========================================
Files 7 7
Lines 1842 1842
==========================================
+ Hits 1449 1453 +4
+ Misses 393 389 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request prepares for the next release of the Flow Production Tracking Python API by updating the version to 3.10.0 and adding support for Python 3.13. The changes are primarily versioning and documentation updates.