summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-04-20 08:17:17 +0200
committerGitHub <noreply@github.com>2023-04-20 08:17:17 +0200
commit869deee11838b8617998969d98e65b0f868c8629 (patch)
tree50542419cd8150f8740bfeffff4443ec8120469b /CHANGES.rst
parent7c9340441401198b3eae0b76517afde6ff1d1719 (diff)
downloadzope-security-869deee11838b8617998969d98e65b0f868c8629.tar.gz
Drop using `setup_requires`. (#98)
* Drop using ``setup_requires`` due to constant problems on GHA. * Add preliminary support for Python 3.12a7
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 21a78f3..71f21f0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,7 +9,9 @@
PEP 3114), and drop support for the Python 2 ``next`` method name from
pure-Python proxies.
-- Add preliminary support for Python 3.12 as of 3.12a5.
+- Add preliminary support for Python 3.12 as of 3.12a7.
+
+- Drop using ``setup_requires`` due to constant problems on GHA.
6.1 (2023-01-18)