From 5d55527c5297d09ccd0620e48541af2cfeac5b42 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Oct 2022 14:44:38 -0400 Subject: [PATCH] chore: bump max classifier to 3.11 --- .pre-commit-config.yaml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eef91dfe7..4f3027d5f 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.981 diff --git a/setup.cfg b/setup.cfg index fb4c57ba3..e98f3479a 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