Modernize Python support and CI for Python 3.14#67
Merged
Conversation
Update minimum Python version from 3.9 to 3.12 and PyYAML from >=5.4 to ^6.0.1 (5.x does not support Python 3.14). Modernize CI workflow: - Replace hardcoded Python version matrix with org-level ARCALOT_PYTHON_SUPPORTED_VERSIONS variable - Replace hardcoded '3.9' conditionals with ARCALOT_PYTHON_VERSION - Use ARCALOT_POETRY_VERSION org variable for Poetry installation - Update GitHub Actions: checkout v3->v4, setup-python v4->v5, upload-artifact v3->v4, download-artifact v3->v4 - Add version suffixes to artifact names (required by upload-artifact v4 with matrix builds) - Update runner to ubuntu-24.04 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
660c67f to
215f057
Compare
Lock file was out of sync with pyproject.toml after updating PyYAML from >=5.4 to ^6.0.1. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
Note: The Python 3.14 CI failure is expected — it's caused by the ForwardRef/PEP 649 bug in the currently released Once a new SDK version with the fix is published, this PR's 3.14 build will pass. |
SDK 0.14.5 includes the ForwardRef/PEP 649 fix required for Python 3.14 compatibility. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jaredoconnell
approved these changes
Jun 11, 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
^3.9to^3.12and PyYAML from>=5.4to^6.0.1(5.x does not support Python 3.14).['3.9', '3.10', 'pypy3.9']with org-levelARCALOT_PYTHON_SUPPORTED_VERSIONSvariable, and hardcoded'3.9'conditionals withARCALOT_PYTHON_VERSION.ARCALOT_POETRY_VERSIONorg variable for Poetry installation.Test plan
ARCALOT_PYTHON_SUPPORTED_VERSIONSto['3.12', '3.13', '3.14']ARCALOT_POETRY_VERSIONto1.8.3🤖 Generated with Claude Code