From 82758ff546c7b7b1f1b4fc5bd77c942b0c563a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 9 Aug 2021 22:44:33 +0300 Subject: [PATCH] Added classifier for Python 3.10 support --- docs/news.rst | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 193f4a26..a3f286a9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,7 @@ Release Notes **UNRELEASED** +- Added official Python 3.10 support - Updated vendored ``packaging`` library to v20.9 **0.36.2 (2020-12-13)** diff --git a/setup.cfg b/setup.cfg index 47548e91..1aa28494 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 author = Daniel Holth author_email = dholth@fastmail.fm maintainer = Alex Gronholm