diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae752ac2..2fa60002 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.3.0 hooks: - id: pyproject-fmt name: Apply a consistent format to pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 9d950f89..665f451b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: GIS", "Typing :: Typed",