diff options
author | Matth?us G. Chajdas <dev@anteru.net> | 2018-11-24 17:49:57 +0100 |
---|---|---|
committer | Matth?us G. Chajdas <dev@anteru.net> | 2018-11-24 17:49:57 +0100 |
commit | 60afd6c7897f2e0b5326645efd48c9b70db744d8 (patch) | |
tree | e591f9d9050382b03f67172c14c1eafcbf4804b3 /doc | |
parent | fd0d9128ffcbb362ea08118c1b6fbb74590e8a60 (diff) | |
download | pygments-60afd6c7897f2e0b5326645efd48c9b70db744d8.tar.gz |
Fix the tests, and enable them for Python 2.7, 3.5, 3.6, 3.7.
Updated the documentation as well to make clear which Python versions are
officially supported.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index f375828b..172929e0 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -35,8 +35,8 @@ and in this case, source code! What are the system requirements? --------------------------------- -Pygments only needs a standard Python install, version 2.6 or higher or version -3.3 or higher for Python 3. No additional libraries are needed. +Pygments only needs a standard Python install, version 2.7 or higher or version +3.5 or higher for Python 3. No additional libraries are needed. How can I use Pygments? ----------------------- |