build: bump python version to 3.14 - #1485
Draft
CyanVoxel wants to merge 6 commits into
Draft
Conversation
CyanVoxel
force-pushed
the
bump-python-3.14
branch
from
August 18, 2026 20:47
fcbca3a to
cc51216
Compare
CyanVoxel
force-pushed
the
bump-python-3.14
branch
from
August 18, 2026 21:38
cc51216 to
291d4b7
Compare
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
Bumps the minimum Python version for the project from 3.12 to 3.14
A note on older macOS versions
As far as I can tell, the only reason to keep around support for an older minimum Python version for this project would be to allow support for manually installing TagStudio on older macOS versions, specifically 10.13-10.14, since Python 3.14 raises the minimum macOS version requirement to 10.15. However, in practice this is nullified due to PySide 6's wheels only supporting a minimum of macOS 12, effectively making that are minimum targeted macOS version and superseding any of Python's own minimum supported macOS versions.
Tasks Completed
All currently shipped build configurations have been tested.