diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-17 12:01:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 12:01:27 -0400 |
commit | 97253c836911e3acf6d76167284d109cb0ec7081 (patch) | |
tree | 074c3d4610394d9ef52470aaa6bd32c54d69b1cf | |
parent | 6011043a9b25623c7983887aa73a58165b311a6b (diff) | |
parent | 8220a920232fc186978872588e067a3c33e4eee7 (diff) | |
download | python-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.rst | 2 | ||||
-rw-r--r-- | setup.cfg | 1 |
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` @@ -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 |