diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index b9cf8a51..4fc7f79d 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] services: postgres: 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",