Skip to content

Commit b8e47ce

Browse files
committed
release 4.2.7
1 parent 9f89f51 commit b8e47ce

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.2.7 (2023-01-11)
8+
-------------------
9+
10+
Bugfixes - 4.2.7
11+
~~~~~~~~~~~~~~~~
12+
- A testenv with multiple factors, one of which conflicts with a ``base_python`` setting in ``tox.ini``, will now use the
13+
correct Python interpreter version - by :user:`stephenfin`. (:issue:`2838`)
14+
- Explicitly list ``wheel`` as requirement for the tests, as some of the tests error without it. (:issue:`2843`)
15+
- tox has reverted support for Python factors that include PATCH release info (e.g. ``py3.10.1``), build architecture
16+
(e.g. ``pypy3-64``) or do not define a ``py`` prefix or other supported prefix (e.g. ``3.10``). These complex factors
17+
were initially supported with the release of tox 4.0 but has proven complicated to support. Instead, the simple factors
18+
supported by tox 3 e.g. (``py310``, ``pypy3``) or period-separated equivalent (``py3.10``) introduced in tox 4 should be
19+
used. Users who wish to specify more specific Python version information should configure the :ref:`base_python` setting
20+
- by :user:`stephenfin`. (:issue:`2848`)
21+
22+
723
v4.2.6 (2023-01-06)
824
-------------------
925

docs/changelog/2838.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2843.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2848.bugfix.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)