summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-17 12:01:27 -0400
committerGitHub <noreply@github.com>2020-10-17 12:01:27 -0400
commit97253c836911e3acf6d76167284d109cb0ec7081 (patch)
tree074c3d4610394d9ef52470aaa6bd32c54d69b1cf
parent6011043a9b25623c7983887aa73a58165b311a6b (diff)
parent8220a920232fc186978872588e067a3c33e4eee7 (diff)
downloadpython-setuptools-git-97253c836911e3acf6d76167284d109cb0ec7081.tar.gz
Merge pull request #2421 from webknjaz/maintenance/gha-py39
Add Python 3.9 trove classifier to the metadata
-rw-r--r--changelog.d/2421.misc.rst2
-rw-r--r--setup.cfg1
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/2421.misc.rst b/changelog.d/2421.misc.rst
new file mode 100644
index 00000000..295f5de8
--- /dev/null
+++ b/changelog.d/2421.misc.rst
@@ -0,0 +1,2 @@
+Python 3.9 Trove classifier got added to the dist metadata
+-- by :user:`webknjaz`
diff --git a/setup.cfg b/setup.cfg
index ad3fe4d4..99846e9f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,6 +38,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration