diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d95ef2c..3a1877ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: ) - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black files: >- @@ -36,7 +36,7 @@ repos: ) - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.3.0 hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index 79a45d13..850c5006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP",