@@ -39,7 +39,7 @@ def replace_relative_with_absolute(match):
3939
4040setup (
4141 name = 'pybadges' ,
42- version = '2.3 .0' , # Also change in version.py.
42+ version = '3.0 .0' , # Also change in version.py.
4343 author = 'Brian Quinlan' ,
4444 author_email = 'brian@sweetapp.com' ,
4545 classifiers = [
@@ -49,10 +49,10 @@ def replace_relative_with_absolute(match):
4949 'License :: OSI Approved :: Apache Software License' ,
5050 'Programming Language :: Python' ,
5151 'Programming Language :: Python :: 3' ,
52- 'Programming Language :: Python :: 3.4' ,
53- 'Programming Language :: Python :: 3.5' ,
54- 'Programming Language :: Python :: 3.6' ,
5552 'Programming Language :: Python :: 3.7' ,
53+ 'Programming Language :: Python :: 3.8' ,
54+ 'Programming Language :: Python :: 3.9' ,
55+ 'Programming Language :: Python :: 3.10' ,
5656 'Operating System :: OS Independent' ,
5757 ],
5858 description = 'A library and command-line tool for generating Github-style ' +
@@ -66,11 +66,9 @@ def replace_relative_with_absolute(match):
6666 long_description = get_long_description (),
6767 long_description_content_type = 'text/markdown' ,
6868 python_requires = '>=3.4' ,
69- install_requires = [
70- 'Jinja2>=2.9.0,<3' , 'MarkupSafe<2.1.0' , 'requests>=2.9.0,<3'
71- ],
69+ install_requires = ['Jinja2>=3,<4' , 'requests>=2.22.0,<3' ],
7270 extras_require = {
73- 'pil-measurement' : ['Pillow>=5,<6 ' ],
71+ 'pil-measurement' : ['Pillow>=6,<10 ' ],
7472 'dev' : [
7573 'fonttools>=3.26' , 'nox' , 'Pillow>=5' , 'pytest>=3.6' , 'xmldiff>=2.4'
7674 ],
0 commit comments