From 9cfe1a6d226f20f346a5a3e7b5f02bbc5e62f96d Mon Sep 17 00:00:00 2001 From: davidpofo Date: Wed, 17 Feb 2021 15:06:55 -0500 Subject: [PATCH] Update setup.py With some testing and the latest changes it supports up to 3.9 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index ecb5278..75c08f6 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,9 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9' ], keywords="markdown commonmark tables plaintext",