You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update GitHub workflows to Python 3.13
Upgrade all Python workflow jobs from Python 3.12 (and 3.10 for linting) to Python 3.13, and update setup-python action from v4 to v6 to support the new version.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Use .tool-versions for Python and Poetry versions in workflows
Add a .tool-versions file (python 3.13, poetry 1.8.1) and use
wistia/parse-tool-versions to read versions in all workflows,
replacing hardcoded version strings with env var references.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Downgrade Python version from 3.13 to 3.10
* Fix Python version divergence in build_prod_template.yml
Update build_prod_template.yml to use TOOL_VERSION_PYTHON from .tool-versions
instead of hardcoded '3.13', matching the pattern used in build_test_template.yml.
This ensures consistency between test and production template builds.
Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Mish Ushakov <mishushakov@users.noreply.github.com>
0 commit comments