From 70023b0a51dbb1c6c9b1ffb0719f83e8ac9e21d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 15 Oct 2020 16:45:43 +0200 Subject: [PATCH] Mark as compatible with python 3.9, 3.10 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index e814f29..5fb961a 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )