Skip to content

Commit 2cac5ce

Browse files
gotchadataflake
andauthored
Mention latest python support in What's new. (#1276)
* Mention latest python support in What's new. * - add section for Zope 6 --------- Co-authored-by: Jens Vagelpohl <jens@plyp.com>
1 parent 011030f commit 2cac5ce

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

docs/news.rst

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1834
What'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+
3050
Dropped 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

3655
Dropped support for ``ZServer``
3756
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)