diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-24 08:29:57 -0800 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-24 08:37:45 -0800 |
commit | 43f12de5862568f9d381e22b83b8f81173725759 (patch) | |
tree | 5a52b7e2bcab51d045b316d0a0426ea134ca7f77 /setup.py | |
parent | 3c43bd4a5b29330ca8d98a53c48df687342d864a (diff) | |
download | pygments-git-43f12de5862568f9d381e22b83b8f81173725759.tar.gz |
Document and test all supported Python versions
Document support for Python 3.8 (released October 14th, 2019) and PyPy
and add them to the test matrix.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Operating System :: OS Independent', 'Topic :: Text Processing :: Filters', 'Topic :: Utilities', |