Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6800661

Browse files
authored
Usar Pygments < 2.15 (#2373)
La última versión de Pygments está provocando errores al parsear código de python que es válido. Esto ya ha sido reportado en pygments/pygments#2407, sólo hace falta esperar por el fix, y mientras tanto evitar usar esta nueva versión. Este problema fue visto en #2372 por primera vez, pero de hecho ya nos está afectando: el último build en CI de `3.11` ya falló por la misma razón. Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent c1d3e33 commit 6800661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pip
22
Sphinx==4.5.0
33
blurb
4+
Pygments<2.15
45
PyICU
56
polib
67
pospell>=1.1

0 commit comments

Comments
 (0)