Skip to content

Conversation

@jku
Copy link
Member

@jku jku commented Nov 2, 2025

  • Add script for creating venvs in a way that
    • uses uv without requiring it to be installed
    • controls the used Python version with .python-version file
  • Use the script in Makefile and action setup
  • Be sure to treat Windows as the special case it is with regards to venv bin directory

I believe this fixes #235 and #236 (by controlling the used python version, currently set to 3.14). Also makes #238 not needed.

* Add script for creating venvs in a way that
   * uses uv without requiring it to be installed
   * controls the used Python version with .python-version file
* Use the script in Makefile and action setup
* Be sure to treat Windows as the special case it is with regards to
  venv bin directory

Signed-off-by: Jussi Kukkonen <[email protected]>
@jku
Copy link
Member Author

jku commented Nov 2, 2025

closing, will reopen with the branch on origin.

@jku jku closed this Nov 2, 2025
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.

v3.1.0 fails on python < 3.10 (default python on windows runners is 3.9)

1 participant