From b3ca18326988d538a04f3136e1eabfac51a0a54f Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 3 Nov 2020 17:31:09 +0100 Subject: [PATCH] Add python 3.9 classifier --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 95ada08ef..0b5112e1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Scientific/Engineering [options]