From f6cac07e558c5b5f518578d77ab1f98e09214e49 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Mon, 4 Nov 2024 09:33:37 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b765f014..ef0708e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "sqladmin" description = 'SQLAlchemy admin for FastAPI and Starlette' readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" license = "BSD-3-Clause" keywords = ["sqlalchemy", "fastapi", "starlette", "admin"] authors = [ @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",