File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,35 +3,39 @@ testtools NEWS
33
44Changes and improvements to testtools_, grouped by release.
55
6- NEXT
7- ~~~~
6+ 2.6.0
7+ ~~~~~
88
99Improvements
1010------------
1111
12- * Add support for Python 3.10.
13- (Jürgen Gmach)
12+ * Add support for Python 3.10 and 3.11 .
13+ (Jürgen Gmach, Colin Watson )
1414
1515* Drop support for Python 3.5 (EOL).
1616 (Hugo van Kemenade)
1717
1818* Distutils integration is deprecated and will be removed in the next major
1919 version.
20+ (Stephen Finucane)
2021
2122* Use ``CompoundFixture`` from ``fixtures>=2.0`` rather than rolling our
2223 own.
24+ (Colin Watson)
2325
2426* Provide a ``testtools[twisted]`` extra documenting dependencies needed for
2527 ``testtools.twistedsupport``.
28+ (Colin Watson)
2629
2730* Make ``TestCase`` hashable.
31+ (Ben Beecher)
2832
2933* Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a
3034 ``__dict__`` attribute.
35+ (Tim Burke)
3136
3237* Replace deprecated ``cgi`` module usage with ``email``.
33-
34- * Add support for Python 3.11.
38+ (Matthew Treinish)
3539
36402.5.0
3741~~~~~
You can’t perform that action at this time.
0 commit comments