From 4726f0063bf0024f92245c1d47a1f03e5b88085e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 16 Jan 2021 13:46:15 +0100 Subject: [PATCH] Officially support Python 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a7b2ed5..554da01 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Communications :: Chat", ], keywords="openssl asyncio library transport starttls",