aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-10-23 09:21:41 -0400
committerGitHub <noreply@github.com>2019-10-23 09:21:41 -0400
commit297f2adceda3af402fc08311e42505c8cdc9c54b (patch)
tree71c86d9da50ea2cc32ddf0b7bbdbee2fedb34e5f
parentd0460f8e64d5d416e3afe2903129824b97b37e18 (diff)
parente4ef537525c2b1d120497379da9484c33ea3d773 (diff)
downloadexternal_python_setuptools-297f2adceda3af402fc08311e42505c8cdc9c54b.tar.gz
external_python_setuptools-297f2adceda3af402fc08311e42505c8cdc9c54b.tar.bz2
external_python_setuptools-297f2adceda3af402fc08311e42505c8cdc9c54b.zip
Merge pull request #1884 from jdufresne/py38
Document support for Python 3.8 through a trove classifier
-rw-r--r--changelog.d/1884.doc.rst1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/1884.doc.rst b/changelog.d/1884.doc.rst
new file mode 100644
index 00000000..45615d5d
--- /dev/null
+++ b/changelog.d/1884.doc.rst
@@ -0,0 +1 @@
+Added a trove classifier to document support for Python 3.8.
diff --git a/setup.cfg b/setup.cfg
index a55106a5..373ae8b5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,6 +42,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration