@@ -10,7 +10,7 @@ def read(fname):
1010
1111setup (
1212 name = "asserts" ,
13- version = "0.10 .0" ,
13+ version = "0.11 .0" ,
1414 description = "Stand-alone Assertions" ,
1515 long_description = read ("README.md" ),
1616 long_description_content_type = "text/markdown" ,
@@ -19,16 +19,13 @@ def read(fname):
1919 url = "https://github.com/srittau/python-asserts" ,
2020 packages = ["asserts" ],
2121 package_data = {"asserts" : ["py.typed" , "*.pyi" ]},
22- python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* " ,
22+ python_requires = ">=3.6 " ,
2323 license = "MIT" ,
2424 classifiers = [
2525 "Development Status :: 3 - Alpha" ,
2626 "Intended Audience :: Developers" ,
2727 "License :: OSI Approved :: MIT License" ,
28- "Programming Language :: Python :: 2" ,
29- "Programming Language :: Python :: 2.7" ,
3028 "Programming Language :: Python :: 3" ,
31- "Programming Language :: Python :: 3.5" ,
3229 "Programming Language :: Python :: 3.6" ,
3330 "Programming Language :: Python :: 3.7" ,
3431 "Programming Language :: Python :: 3.8" ,
0 commit comments