@@ -51,17 +51,17 @@ def read(f):
51
51
'A list-like structure which implements '
52
52
'collections.abc.MutableSequence'
53
53
),
54
- long_description = ' \n \n ' . join (( read ('README.rst' ), read ( 'CHANGES.rst' )) ),
54
+ long_description = read ('README.rst' ),
55
55
long_description_content_type = "text/x-rst" ,
56
56
classifiers = [
57
57
'License :: OSI Approved :: Apache Software License' ,
58
58
'Intended Audience :: Developers' ,
59
59
'Programming Language :: Python' ,
60
60
'Programming Language :: Python :: 3' ,
61
- 'Programming Language :: Python :: 3.6' ,
62
61
'Programming Language :: Python :: 3.7' ,
63
62
'Programming Language :: Python :: 3.8' ,
64
63
'Programming Language :: Python :: 3.9' ,
64
+ 'Programming Language :: Python :: 3.10' ,
65
65
'Development Status :: 5 - Production/Stable' ,
66
66
'Operating System :: POSIX' ,
67
67
'Operating System :: MacOS :: MacOS X' ,
@@ -84,7 +84,7 @@ def read(f):
84
84
license = 'Apache 2' ,
85
85
packages = ['frozenlist' ],
86
86
ext_modules = ext_modules ,
87
- python_requires = '>=3.6 ' ,
87
+ python_requires = '>=3.7 ' ,
88
88
install_requires = install_requires ,
89
89
include_package_data = True ,
90
90
exclude_package_data = {"" : ["*.c" ]},
0 commit comments