summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-25 15:43:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-25 15:54:39 -0500
commita28e873891003ad31762e1214d32f54ec423fd62 (patch)
treee9af8c2f06a415795279ccf568a19ff9a669e6a5 /setup.py
parent69dbdcece78118d14aa45cacbe0d22eae494e99e (diff)
downloadpython-coveragepy-git-a28e873891003ad31762e1214d32f54ec423fd62.tar.gz
Adapt to 3.9's way of reporting files using absolute paths.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 10973740..8c837d72 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ Programming Language :: Python :: 3.5
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
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Quality Assurance