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.3.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.4.0
Choose a head ref
Loading
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 13, 2025

  1. Adjust noxfile to play nice with uvx and tools (#217)

    Per the official documentation of uv, `uv tool run` or `uvx` purposely
    ignore configuration files that select the python version to use.
    
    This leads to complications when using nox, not wanting nox as a
    required dev dependency, and wanting to leverage `uvx nox` or using
    `nox` as an installed tool.
    
    Solution: Reapply the `python=False` arguements for all sessions. For
    the `test` session which is expected to be run on multiple versions;
    check for the existance of `UV_PYTHON` and add that requirement to the
    cli flags as needed. For all other sessions, default to the
    `.python-version` pinned interpreter.
    Preocts authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5335cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9824c 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.