summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-19 13:59:53 +0100
committerMichael Howitz <mh@gocept.com>2021-11-19 13:59:53 +0100
commita7a4dd8a7a6059ae895edbc611f0ba987720f718 (patch)
tree771f03a36d38ceb1ead0cf1e35d609c815d82c45 /setup.py
parent011cc415c700ab2d60d3c9cd0bcee6f61a062d06 (diff)
downloadzope-interface-a7a4dd8a7a6059ae895edbc611f0ba987720f718.tar.gz
Fix tests on Python 3.10.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b8b8b4a..d92ab8f 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='5.4.1.dev0',
+ version='5.5.0.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',
@@ -121,6 +121,7 @@ setup(name='zope.interface',
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Zope :: 3",