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",