Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Preocts/python-src-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
Loading
...
head repository: Preocts/python-src-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
Loading
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    a26b381 View commit details
    Browse the repository at this point in the history
  2. Pass python version to uv (#216)

    This change reverts the use of `python=False` in all nox sessions.
    Sessions for tests, linting, and formatting will use nox virtual
    environments. In these sessions the location of the virtual environment
    will be passed to `uv run` and `uv sync`. This means uv will use the
    python version that nox is executed with.
    
    This change is needed because nox correctly masks all environment
    variables when starting a `session.run` or `session.run_install`. This
    is ideal to maintain repeatable behavior. This is not ideal when
    attempting to use `UV_PYTHON` to control which version is being run.
    
    Enforcing that uv use the python version that nox is executed with is
    the least surprising behavior. Even if this ignores the
    `.python-version` file in the repo.
    Preocts authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ae4dd5f View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.