From 8ab834e1dd9cbda486d978e684bae19612288b8e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 20 Sep 2021 21:05:21 -0300 Subject: [PATCH] Include Python 3.10 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 40b1f905..3f1c377f 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,6 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )