diff --git a/.meta.toml b/.meta.toml index 15a0af7..6374ee3 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "3ea7ef32" +commit-id = "2441c55b" [python] with-windows = false diff --git a/CHANGES.rst b/CHANGES.rst index 0c74054..b1c0e85 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Change log 1.2 (unreleased) ---------------- + +- Update to ``pypy-3.11``. + - Add flag ``--no-tests`` to the scripts for switching to PEP 420 namespaces and for updating supported Python versions. diff --git a/src/zope/meta/shared/packages.py b/src/zope/meta/shared/packages.py index 19a2b80..fd1f82b 100644 --- a/src/zope/meta/shared/packages.py +++ b/src/zope/meta/shared/packages.py @@ -25,7 +25,7 @@ OLDEST_PYTHON_VERSION = '3.9' NEWEST_PYTHON_VERSION = '3.13' FUTURE_PYTHON_VERSION = '3.14' -PYPY_VERSION = '3.10' +PYPY_VERSION = '3.11' # pypy-3.11 SETUPTOOLS_VERSION_SPEC = '== 78.1.1' MANYLINUX_PYTHON_VERSION = '3.11' MANYLINUX_AARCH64 = 'manylinux2014_aarch64'