summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2018-12-13 18:54:40 +0000
committerAnteru <bitbucket@ca.sh13.net>2018-12-13 18:54:40 +0000
commit9ff8604acaf3e3713a9dab75d4d66e6b5a0fcac4 (patch)
tree5f82ee331982e3ca02074251b296e061f80194da /doc/faq.rst
parentf333e139fb4b2217df2f4d085e1f48fc7c0480ef (diff)
parentad4dcbb58826c360ee75747d6abface552695bff (diff)
downloadpygments-9ff8604acaf3e3713a9dab75d4d66e6b5a0fcac4.tar.gz
Merged in sanssecours/pygments-main (pull request #724)
YAML: Fix recognition of Non-Specific Tag
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst4
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?
-----------------------