77from setuptools import find_packages
88
99install_requires = [
10- "setuptools<82.0.0 " ,
10+ "setuptools" ,
1111 "six" ,
1212 "Jinja2" ,
1313]
@@ -30,20 +30,18 @@ def read(*rnames):
3030 "Programming Language :: Python :: Implementation :: CPython" ,
3131 "Programming Language :: Python :: Implementation :: PyPy" ,
3232 "Programming Language :: Python :: 3" ,
33- "Programming Language :: Python :: 3.7" ,
34- "Programming Language :: Python :: 3.8" ,
35- "Programming Language :: Python :: 3.9" ,
36- "Programming Language :: Python :: 3.10" ,
3733 "Programming Language :: Python :: 3.11" ,
3834 "Programming Language :: Python :: 3.12" ,
35+ "Programming Language :: Python :: 3.13" ,
36+ "Programming Language :: Python :: 3.14" ,
3937 ],
4038 keywords = "template skeleton" ,
4139 author = "Domen Kozar, Tom Lazar" ,
4240 author_email = "" ,
4341 url = "https://github.com/collective/mr.bob" ,
4442 license = "BSD" ,
4543 packages = find_packages (),
46- python_requires = ">=3.7 " ,
44+ python_requires = ">=3.11 " ,
4745 install_requires = install_requires ,
4846 extras_require = {
4947 "test" : [
0 commit comments