Skip to content

Commit d7d1aec

Browse files
Update dependency python to 3.13
1 parent 589a476 commit d7d1aec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.7
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: 3.7
21+
python-version: 3.13
2222
- uses: actions/checkout@v2.4.0
2323
- uses: julia-actions/setup-julia@v1
2424
with:

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python 3.7
1414
uses: actions/setup-python@v3
1515
with:
16-
python-version: 3.7
16+
python-version: 3.13
1717
- name: Install formatter dependencies
1818
run: |
1919
python -m pip install --upgrade pip

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python 3.7
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: 3.7
21+
python-version: 3.13
2222
- uses: actions/checkout@v2.4.0
2323
- uses: julia-actions/setup-julia@v1
2424
with:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Python 3.7
5959
uses: actions/setup-python@v3
6060
with:
61-
python-version: 3.7
61+
python-version: 3.13
6262
- uses: actions/checkout@v2.4.0
6363
- uses: julia-actions/setup-julia@v1
6464
with:

0 commit comments

Comments
 (0)