Skip to content
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: wntrblm/nox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.11.12
Choose a base ref
...
head repository: wntrblm/nox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026.02.09
Choose a head ref
  • 16 commits
  • 23 files changed
  • 5 contributors

Commits on Nov 12, 2025

  1. feat: drop Python 3.8 (#1004)

    * feat: drop Python 3.8
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * coverage: patch subprocess
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Update coverage version in pyproject.toml
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e3afd2d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. tests: use sysmon on 3.14 (#1034)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    3802570 View commit details
    Browse the repository at this point in the history
  2. ci: fix conda (#1035)

    henryiii authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    e0c34eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af8ea87 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. chore(deps): bump the actions group across 1 directory with 3 updates (

    …#1043)
    
    Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    Updates `actions/download-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    Updates `actions/upload-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    97dcd31 View commit details
    Browse the repository at this point in the history
  2. chore: bump packaging dep to remove pyparsing (#1047)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    66b4df0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    5dbd95e View commit details
    Browse the repository at this point in the history
  2. fix(types): Better typing for .run (#1037)

    * fix(types): Better typing for .run
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Apply suggestions from code review
    
    * Update nox/virtualenv.py
    
    Co-authored-by: Copilot <[email protected]>
    
    * Update pyproject.toml
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    henryiii and Copilot authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    f8edf5f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. docs: avoid newest docutils until sphinx-tabs updates (#1052)

    * docs: fix build until new sphinx tabs release
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Remove docutils constraint from docs dependencies
    
    * Update pyproject.toml
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    a0660b1 View commit details
    Browse the repository at this point in the history
  2. docs: duplicated session name in cookbook (#1050)

    In the `nox_uv` recipe, the session name `type_check` appeared twice, although one session ran the linting and formatting.
    
    This PR renames the second session (about linting) to `lint`.
    kai687 authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    c72769b View commit details
    Browse the repository at this point in the history
  3. fix: better support for multiple session decorators (#1048)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    11eee27 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. fix: support uv 0.10.0 (#1055)

    * fix: support uv 0.10.0
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * tests: test for --clear
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    7207b3f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. fix: show tags (#1058)

    * fix: show tags in listing
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * refactor: simply a bit
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * tests: update for tags
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    516d9bc View commit details
    Browse the repository at this point in the history
  2. chore: normalize extra (#1059)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    264f457 View commit details
    Browse the repository at this point in the history
  3. Revert "feat: drop Python 3.8 (#1004)" (#1060)

    This reverts commit e3afd2d.
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    90a8aef View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. docs: prepare for release (#1061)

    * docs: prepare for 2026.02.09
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: bump version
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    5a277b7 View commit details
    Browse the repository at this point in the history
Loading