Skip to content

use python version from pyenv file#30

Merged
alexrashed merged 1 commit intomainfrom
pyenv-py-version
Sep 23, 2025
Merged

use python version from pyenv file#30
alexrashed merged 1 commit intomainfrom
pyenv-py-version

Conversation

@alexrashed
Copy link
Copy Markdown
Member

Motivation

With localstack/localstack#13037 we switched to Python 3.13.
The "upgrade dependency lock files" workflow in this repo has the Python version hard-coded to Python 3.11 which creates the wrong lock files due to some incompatibilities.
This PR fixes this such that it assumes a .python-version file (pyenv standard) to declare the Python version of the project.
All users of the workflow already have this file, so this change is safe to perform.

Changes

  • Dynamically uses the Python version from the repo instead of hard-coding 3.11

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.

1 participant