Skip to content

Commit c4415c6

Browse files
authored
Merge branch '3.11' into traduccion-type
2 parents c7d0eb0 + 6800661 commit c4415c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-python@v4
1717
with:
1818
python-version: "3.11"
19+
cache: "pip"
1920
- name: Sincronizar con CPython
2021
run: |
2122
git submodule update --init --depth=1 cpython

requirements.txt

+1
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)