File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ UNRELEASED
66
77*UNRELEASED *
88
9+ - Switch from lib2to3 to `fissix <https://github.com/amyreese/fissix >`_,
10+ a maintained fork of lib2to3 (`#95 `_).
11+
12+ - Add Python 3.13, 3.14, and 3.15 support.
13+
14+ - Migrate packaging from ``setup.py `` to ``pyproject.toml `` with
15+ PEP 639 SPDX license metadata (``GPL-3.0-or-later ``) (`#96 `_).
16+
17+ - Use ``setuptools-scm `` for version management. Versions are now
18+ derived from git tags (`#97 `_).
19+
20+ - Add ``check_changelog.py `` CI check to enforce changelog entries
21+ (`#97 `_).
22+
23+ - Gate PyPI publishing on tests passing by merging the release
24+ workflow into CI (`#97 `_).
25+
26+ - Update installation instructions with ``uv tool install `` (`#92 `_).
27+
28+ .. _#92 : https://github.com/pytest-dev/unittest2pytest/pull/92
29+ .. _#95 : https://github.com/pytest-dev/unittest2pytest/pull/95
30+ .. _#96 : https://github.com/pytest-dev/unittest2pytest/pull/96
31+ .. _#97 : https://github.com/pytest-dev/unittest2pytest/pull/97
32+
933
10340.5
1135---
You can’t perform that action at this time.
0 commit comments