Skip to content

Commit 3d25805

Browse files
committed
workflow: Change to Python 3.12
1 parent 963566c commit 3d25805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99
- uses: actions/setup-python@v1
1010
with:
11-
python-version: '3.7'
11+
python-version: '3.12'
1212
- name: Install requirements
1313
run: |
1414
pip install -r requirements.txt
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v1
3131
- uses: actions/setup-python@v1
3232
with:
33-
python-version: '3.7'
33+
python-version: '3.12'
3434
- name: Install requirements
3535
run: |
3636
sudo apt-get install --no-install-recommends graphviz
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v1
4848
- uses: actions/setup-python@v1
4949
with:
50-
python-version: '3.7'
50+
python-version: '3.12'
5151
- name: Install requirements
5252
run: |
5353
sudo apt-get install --no-install-recommends graphviz latexmk texlive-fonts-recommended texlive-latex-extra tex-gyre

0 commit comments

Comments
 (0)