@@ -15,23 +15,42 @@ supported and for how long.
1515 :ref: `zope4migration ` documentation
1616
1717
18+ What's new in Zope 6
19+ --------------------
20+
21+ Added support for newer Python versions
22+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23+
24+ * Zope 6.0 and newer support Python 3.14.
25+
26+ Packaging updates
27+ ~~~~~~~~~~~~~~~~~
28+
29+ Zope 6.0 and all dependencies that contain namespace packages have switched
30+ from the deprecated ``pkg_resources `` style to the newer PEP 420 style
31+ namespace package configuration.
32+
33+
1834What's new in Zope 5
1935--------------------
2036
21- Added support for Python 3.9
22- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37+ Added support for newer Python versions
38+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2339
2440* Python 3.9 is now fully supported by Zope 5.
2541
2642* Zope 5.4 and newer also supports Python 3.10.
2743
2844* Zope 5.7 and newer also supports Python 3.11.
2945
46+ * Zope 5.9 and newer also supports Python 3.12.
47+
48+ * Zope 5.11 and newer also supports Python 3.13.
49+
3050Dropped support for Python 2
3151~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32- Zope 5 supports Python 3 only, versions 3.6 up through 3.11. All support code
33- and special casing for Python 2, including the use of the ``six `` package, have
34- been removed.
52+ Zope 5 supports Python 3 only. All support code and special casing for
53+ Python 2, including the use of the ``six `` package, have been removed.
3554
3655Dropped support for ``ZServer ``
3756~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments