Skip to content

Drop support for Python 3.9#149

Merged
jakubno merged 5 commits intomainfrom
chore/update-python3.10
Feb 17, 2026
Merged

Drop support for Python 3.9#149
jakubno merged 5 commits intomainfrom
chore/update-python3.10

Conversation

@jakubno
Copy link
Member

@jakubno jakubno commented Feb 15, 2026

Note

Medium Risk
Medium risk because it changes supported runtime versions and CI toolchain pinning, which can break downstream users on 3.9 and alter release/test behavior across workflows.

Overview
Drops Python 3.9 support by bumping the Python SDK and template minimum version to Python 3.10, updating lockfiles accordingly (including removing 3.9-only deps like setuptools and tightening markers such as exceptiongroup).

Standardizes CI tooling versions across workflows by introducing a repo-level .tool-versions and wiring GitHub Actions to parse it for nodejs, pnpm, python, and poetry versions (plus minor workflow updates like setup-python@v5).

Written by Cursor Bugbot for commit 8628a26. This will update automatically on new commits. Configure here.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link
Member

@mishushakov mishushakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine, could you maybe make one GitHub workflow that will setup the env and use it in all workflows? there seems to be lots of duplication

@jakubno
Copy link
Member Author

jakubno commented Feb 17, 2026

looks fine, could you maybe make one GitHub workflow that will setup the env and use it in all workflows? there seems to be lots of duplication

not relevant to the PR, feel free to address the issue, I think using tool-versions already simplifies it a little

@jakubno jakubno merged commit 0b89e8d into main Feb 17, 2026
9 checks passed
@jakubno jakubno deleted the chore/update-python3.10 branch February 17, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants