diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a84562b9..63be535f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: rev: v2.0.0 hooks: - id: setup-cfg-fmt - args: [--include-version-classifiers, --max-py-version=3.10] + args: [--include-version-classifiers, --max-py-version=3.11] - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.982 diff --git a/setup.cfg b/setup.cfg index 7bf08c10..e5cd5722 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Build Tools keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows