Skip to content

Commit 491d4ad

Browse files
committed
workflow: Change Python version from 3.7 to 3.12
1 parent ab23c6c commit 491d4ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-python@v1
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.12'
1818
- name: Install requirements
1919
run: |
2020
sudo apt-get install --no-install-recommends graphviz

0 commit comments

Comments
 (0)