Skip to content

Commit e6d5c22

Browse files
konstinAA-Turnermgorny
authored
Infra: Require Pygments 2.19 as a minimum (#4730)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Michał Górny <mgorny@quansight.com>
1 parent 53250ea commit e6d5c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Requirements for building PEPs with Sphinx
2-
Pygments >= 2.9.0
2+
# Sphinx requires >= 2.17. JSON5 support added in 2.19
3+
Pygments >= 2.19
34
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
45
# See https://github.com/sphinx-doc/sphinx/pull/11100
56
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 8.1.0

0 commit comments

Comments
 (0)