Skip to content

Commit 7c3fae8

Browse files
committed
release 4.26.0
1 parent 92d4ed3 commit 7c3fae8

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.26.0 (2025-05-13)
8+
--------------------
9+
10+
Features - 4.26.0
11+
~~~~~~~~~~~~~~~~~
12+
- Add support for free-threaded python builds.
13+
Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick
14+
builds without no-GIL support. (:issue:`3391`)
15+
- Drop support for EOL Python 3.8. (:issue:`3527`)
16+
17+
Bugfixes - 4.26.0
18+
~~~~~~~~~~~~~~~~~
19+
- 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`)
20+
- Fix ``TypeError`` for ``HelpFormatter`` with Python 3.14 (:issue:`3523`)
21+
722
v4.25.0 (2025-03-27)
823
--------------------
924

docs/changelog/2435.bugfix.rst

-1
This file was deleted.

docs/changelog/3391.feature.rst

-3
This file was deleted.

docs/changelog/3523.bugfix.rst

-1
This file was deleted.

docs/changelog/3527.feature.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)