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: 3.14.6
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

There isn’t anything to compare.

3.14.6 and 4.26.0 are entirely different commit histories.

Showing with 15 additions and 6 deletions.
  1. +15 −0 docs/changelog.rst
  2. +0 −1 docs/changelog/2435.bugfix.rst
  3. +0 −3 docs/changelog/3391.feature.rst
  4. +0 −1 docs/changelog/3523.bugfix.rst
  5. +0 −1 docs/changelog/3527.feature.rst
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -4,6 +4,21 @@ Release History

.. towncrier release notes start
v4.26.0 (2025-05-13)
--------------------

Features - 4.26.0
~~~~~~~~~~~~~~~~~
- Add support for free-threaded python builds.
Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick
builds without no-GIL support. (:issue:`3391`)
- Drop support for EOL Python 3.8. (:issue:`3527`)

Bugfixes - 4.26.0
~~~~~~~~~~~~~~~~~
- Fix a regression issue related to inability to use ``file|`` substitution option in nested ``set_env`` sections of ``ini`` configurations since tox4 update. (:issue:`2435`)
- Fix ``TypeError`` for ``HelpFormatter`` with Python 3.14 (:issue:`3523`)

v4.25.0 (2025-03-27)
--------------------

1 change: 0 additions & 1 deletion docs/changelog/2435.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/3391.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/3523.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/3527.feature.rst

This file was deleted.