diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 16:33:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 16:33:13 -0400 |
commit | 1c13cb9cce73bf1e47977be89ef3b086e36ef3c8 (patch) | |
tree | e9ee8c4e244cc651575d066d5d3326dbd77539b2 /setup.py | |
parent | c3159081ae67864f75aacc1b86310fe9d8d614cb (diff) | |
download | python-coveragepy-git-nedbat/test-2506.tar.gz |
Adapt to https://github.com/python/cpython/pull/22027nedbat/test-2506
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 +Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Quality Assurance |