From 7d0c016c44ce38755023a10b2535bb8d9bf9385f Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 6 Oct 2020 11:50:16 +0200 Subject: [PATCH] Add Python 3.9 to supported Python versions in setup.cfg metadata [skip ci] --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3addb096a0..82e013c11a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython Topic :: Games/Entertainment Topic :: Multimedia