From 344a59add183563960c06914a7a5cbef036da21f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 15 Nov 2021 18:34:14 +0200 Subject: [PATCH] Declare support for Python 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 74fc2ce..54a79fa 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules',