From 1754d33e4add5d3234f1f5b22363bd5868ae0dd4 Mon Sep 17 00:00:00 2001 From: pylipp Date: Tue, 24 May 2022 15:39:07 +0200 Subject: [PATCH] Add Python 3.10 classifier Upon pushing to PyPI, the badge on top of the readme should automatically update --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fb220d90..bffbb24e 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy',