@@ -68,7 +68,7 @@ def get_version():
6868 long_description_content_type = "text/markdown" ,
6969 author = "Daniel Townsend" ,
707071- python_requires = ">=3.8 .0" ,
71+ python_requires = ">=3.9 .0" ,
7272 url = "https://github.com/piccolo-orm/piccolo_admin" ,
7373 packages = find_packages (exclude = ("tests" ,)),
7474 install_requires = REQUIREMENTS ,
@@ -82,11 +82,11 @@ def get_version():
8282 "License :: OSI Approved :: MIT License" ,
8383 "Programming Language :: Python" ,
8484 "Programming Language :: Python :: 3" ,
85- "Programming Language :: Python :: 3.8" ,
8685 "Programming Language :: Python :: 3.9" ,
8786 "Programming Language :: Python :: 3.10" ,
8887 "Programming Language :: Python :: 3.11" ,
8988 "Programming Language :: Python :: 3.12" ,
89+ "Programming Language :: Python :: 3.13" ,
9090 "Programming Language :: Python :: Implementation :: CPython" ,
9191 "Topic :: Database :: Front-Ends" ,
9292 "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System" , # noqa: E501
0 commit comments