From a7416a535af4ca5ab3c1a77af2c19e7729212760 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 27 Mar 2021 11:04:26 -0300 Subject: [PATCH] Add classifier for Python 3.10 and CHANGELOG entry --- .pre-commit-config.yaml | 1 + changelog/8494.feature.rst | 1 + setup.cfg | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog/8494.feature.rst diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c33ae9012d..e78bab46271 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,7 @@ repos: rev: v1.17.0 hooks: - id: setup-cfg-fmt + args: [--max-py-version=3.10] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.8.0 hooks: diff --git a/changelog/8494.feature.rst b/changelog/8494.feature.rst new file mode 100644 index 00000000000..eca51d0deb9 --- /dev/null +++ b/changelog/8494.feature.rst @@ -0,0 +1 @@ +Python 3.10 is now supported. diff --git a/setup.cfg b/setup.cfg index bf8d2c85040..e9b8e597fb7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Software Development :: Libraries Topic :: Software Development :: Testing Topic :: Utilities