diff options
| author | Michael Howitz <mh@gocept.com> | 2021-11-19 13:59:53 +0100 |
|---|---|---|
| committer | Michael Howitz <mh@gocept.com> | 2021-11-19 13:59:53 +0100 |
| commit | a7a4dd8a7a6059ae895edbc611f0ba987720f718 (patch) | |
| tree | 771f03a36d38ceb1ead0cf1e35d609c815d82c45 /setup.py | |
| parent | 011cc415c700ab2d60d3c9cd0bcee6f61a062d06 (diff) | |
| download | zope-interface-a7a4dd8a7a6059ae895edbc611f0ba987720f718.tar.gz | |
Fix tests on Python 3.10.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |
