@@ -19,19 +19,18 @@ def read(*parts):
1919 description = "Python tools and helpers for Mozilla's Dockerflow" ,
2020 long_description = read ("README.rst" ),
2121 long_description_content_type = "text/x-rst" ,
22- author = "Mozilla Foundation " ,
23- author_email = "dev-webdev@lists. mozilla.org " ,
22+ author = "Mozilla Services Engineering " ,
23+ author_email = "services-engineering+code@ mozilla.com " ,
2424 url = "https://github.com/mozilla-services/python-dockerflow" ,
2525 license = "MPL 2.0" ,
2626 classifiers = [
2727 "Development Status :: 5 - Production/Stable" ,
2828 "Environment :: Web Environment :: Mozilla" ,
2929 "Framework :: Django" ,
3030 "Framework :: Django :: 3.2" ,
31- "Framework :: Django :: 4.0" ,
32- "Framework :: Django :: 4.1" ,
3331 "Framework :: Django :: 4.2" ,
34- "Framework :: Django :: 5.0" ,
32+ "Framework :: Django :: 5.1" ,
33+ "Framework :: Django :: 5.2" ,
3534 "Framework :: Flask" ,
3635 "Framework :: FastAPI" ,
3736 "Intended Audience :: Developers" ,
@@ -44,6 +43,7 @@ def read(*parts):
4443 "Programming Language :: Python :: 3.10" ,
4544 "Programming Language :: Python :: 3.11" ,
4645 "Programming Language :: Python :: 3.12" ,
46+ "Programming Language :: Python :: 3.13" ,
4747 "Topic :: Internet :: WWW/HTTP" ,
4848 ],
4949 extras_require = {
@@ -53,5 +53,5 @@ def read(*parts):
5353 "fastapi" : ["fastapi" , "asgiref" ],
5454 },
5555 zip_safe = False ,
56- python_requires = ">=3.7 ,<4" ,
56+ python_requires = ">=3.8 ,<4" ,
5757)
0 commit comments