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: tox-dev/tox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.25.0
Choose a base ref
...
head repository: tox-dev/tox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.26.0
Choose a head ref
  • 15 commits
  • 22 files changed
  • 10 contributors

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    a985171 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3511)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    956fe5a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3516)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.4...v0.11.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    82f8fa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Bump astral-sh/setup-uv from 5 to 6 (#3519)

    Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6.
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    93b697f View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#3518)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.5...v0.11.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    847f77e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3520)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.11.7](astral-sh/ruff-pre-commit@v0.11.6...v0.11.7)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4a8e50e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Add colour to CI logs (#3525)

    hugovk authored May 11, 2025
    Configuration menu
    Copy the full SHA
    b770ed5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Fix using deprecated virtualenv option --wheel (#3528)

    Co-authored-by: Bernát Gábor <[email protected]>
    Co-authored-by: Bernát Gábor <[email protected]>
    3 people authored May 12, 2025
    Configuration menu
    Copy the full SHA
    51aac32 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#3522)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Bernát Gábor <[email protected]>
    pre-commit-ci[bot] and gaborbernat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    f082f80 View commit details
    Browse the repository at this point in the history
  2. Fix custom HelpFormatter for Python 3.14 (#3524)

    Co-authored-by: Bernát Gábor <[email protected]>
    The-Compiler and gaborbernat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    19126da View commit details
    Browse the repository at this point in the history
  3. Drop support for EOL Python 3.8 (#3527)

    Co-authored-by: Bernát Gábor <[email protected]>
    hugovk and gaborbernat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    50e51eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f07ba8 View commit details
    Browse the repository at this point in the history
  5. Fix for tox4 regression issue with setenv file and substitutions (#2435

    …) (#3521)
    
    Co-authored-by: Bernát Gábor <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored May 13, 2025
    Configuration menu
    Copy the full SHA
    957f2f8 View commit details
    Browse the repository at this point in the history
  6. Feat: free-threaded python support (#3526)

    Co-authored-by: Bernát Gábor <[email protected]>
    robsdedude and gaborbernat authored May 13, 2025
    Configuration menu
    Copy the full SHA
    92d4ed3 View commit details
    Browse the repository at this point in the history
  7. release 4.26.0

    gaborbernat committed May 13, 2025
    Configuration menu
    Copy the full SHA
    7c3fae8 View commit details
    Browse the repository at this point in the history
Loading