@@ -10,16 +10,15 @@ def read(fname):
1010
1111setup (
1212 name = "asserts" ,
13- version = "0.9.1 " ,
13+ version = "0.10.0 " ,
1414 description = "Stand-alone Assertions" ,
1515 long_description = read ("README.rst" ),
1616 author = "Sebastian Rittau" ,
1717 author_email = "srittau@rittau.biz" ,
1818 url = "https://github.com/srittau/python-asserts" ,
1919 packages = ["asserts" ],
2020 package_data = {"asserts" : ["py.typed" , "*.pyi" ]},
21- python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" ,
22- tests_require = ["mypy >= 0.670" ],
21+ python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" ,
2322 license = "MIT" ,
2423 classifiers = [
2524 "Development Status :: 3 - Alpha" ,
@@ -28,10 +27,10 @@ def read(fname):
2827 "Programming Language :: Python :: 2" ,
2928 "Programming Language :: Python :: 2.7" ,
3029 "Programming Language :: Python :: 3" ,
31- "Programming Language :: Python :: 3.4" ,
3230 "Programming Language :: Python :: 3.5" ,
3331 "Programming Language :: Python :: 3.6" ,
3432 "Programming Language :: Python :: 3.7" ,
33+ "Programming Language :: Python :: 3.8" ,
3534 "Topic :: Software Development :: Quality Assurance" ,
3635 "Topic :: Software Development :: Testing" ,
3736 ],
0 commit comments