From 18bd28165b3680c1ce875e5d138167695f20df93 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 26 Oct 2020 20:36:40 -0700 Subject: [PATCH] Add 3.9 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0e0f61e3..cfec60d6 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ if __name__ == "__main__": "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Debuggers", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS",