We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e90a23 + 082afa2 commit 86c43cbCopy full SHA for 86c43cb
CHANGES.rst
@@ -2,9 +2,13 @@
2
Changes
3
=========
4
5
-6.5 (unreleased)
+7.0 (unreleased)
6
================
7
8
+- Enable heap-based types (PEP 384) for Python >= 3.11.
9
+
10
+- Adopt multi-phase module initialization (PEP 489).
11
12
- Drop support for Python 3.7.
13
14
setup.py
@@ -99,7 +99,7 @@ def read(*rnames):
99
100
setup(
101
name='zope.interface',
102
- version='6.5.dev0',
+ version='7.0.dev0',
103
url='https://github.com/zopefoundation/zope.interface',
104
license='ZPL 2.1',
105
description='Interfaces for Python',
0 commit comments