summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-07 05:26:55 -0700
committerAnthony Sottile <asottile@umich.edu>2020-05-07 05:26:55 -0700
commitdad328bc8a6546cf77eabbf7d033c9683487c934 (patch)
tree07976792854f0e027376917e6547a739c72deccb /setup.cfg
parent81da5dac4840597ed05e2d216a2229acce62b26f (diff)
downloadpytest-dad328bc8a6546cf77eabbf7d033c9683487c934.tar.gz
Fix tests for python3.9
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 708951da4..ae0530219 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
platforms = unix, linux, osx, cygwin, win32
[options]