We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7d0eb0 + 6800661 commit c4415c6Copy full SHA for c4415c6
.github/workflows/main.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-python@v4
17
with:
18
python-version: "3.11"
19
+ cache: "pip"
20
- name: Sincronizar con CPython
21
run: |
22
git submodule update --init --depth=1 cpython
requirements.txt
@@ -1,6 +1,7 @@
1
pip
2
Sphinx==4.5.0
3
blurb
4
+Pygments<2.15
5
PyICU
6
polib
7
pospell>=1.1
0 commit comments