SG-43906 Packaging for v3.10.3#455
Open
stevelittlefish wants to merge 1 commit into
Open
Conversation
Version bump following the SG-43906 Python 3.7/3.8 cleanup (#454), so it can be published and picked up by tk-core's vendoring script.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #455 +/- ##
=======================================
Coverage 78.83% 78.83%
=======================================
Files 7 7
Lines 1847 1847
=======================================
Hits 1456 1456
Misses 391 391
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
julien-lang
approved these changes
Jul 20, 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.
Summary
Version bump for the Python 3.7/3.8 cleanup merged in #454, following the historical packaging pattern (e.g. #448 for v3.10.2):
setup.py: 3.10.2 -> 3.10.3shotgun_api3/shotgun.py__version__: 3.10.2 -> 3.10.3HISTORY.rst: new v3.10.3 entryWhy
tk-core vendors
shotgun_api3via a realpip installfrom PyPI (pinned inrequirements/*/requirements.txt), not a git checkout - so #454's fix won't reach tk-core until a new version is published. This PR just prepares the version bump; publishing to PyPI still needs to happen through the normal release process (tag + Azure Pipelines) once merged.Part of epic SG-36195.
🤖 Generated with Claude Code