Skip to content

Instantly share code, notes, and snippets.

@zseta
Last active January 13, 2026 10:10
Show Gist options
  • Select an option

  • Save zseta/39d656c78c6cfe485394a69fa4d0ed1b to your computer and use it in GitHub Desktop.

Select an option

Save zseta/39d656c78c6cfe485394a69fa4d0ed1b to your computer and use it in GitHub Desktop.

Update Python version of existing project using UV

  1. Update pyproject.toml
[project]
requires-python = ">=3.11"
  1. uv python pin 3.11
  2. uv sync
  3. Optional: uv pip compile pyproject.toml -o requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment