Skip to content

Commit 7f76522

Browse files
Update dependency python to 3.13
1 parent 45807f6 commit 7f76522

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/style.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python 3.8
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.8
24+
python-version: 3.13
2525
- uses: actions/cache@v4
2626
with:
2727
path: ~/.cache/pip
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python 3.8
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.8
45+
python-version: 3.13
4646
- uses: actions/cache@v4
4747
with:
4848
path: ~/.cache/pip
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python 3.8
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: 3.8
67+
python-version: 3.13
6868
- uses: actions/cache@v4
6969
with:
7070
path: ~/.cache/pip
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python 3.8
8787
uses: actions/setup-python@v5
8888
with:
89-
python-version: 3.8
89+
python-version: 3.13
9090
- uses: actions/cache@v4
9191
with:
9292
path: ~/.cache/pip
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python 3.8
109109
uses: actions/setup-python@v5
110110
with:
111-
python-version: 3.8
111+
python-version: 3.13
112112
- uses: actions/cache@v4
113113
with:
114114
path: ~/.cache/pip

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.8
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.8
22+
python-version: 3.13
2323
- uses: actions/cache@v4
2424
with:
2525
path: ~/.cache/pip

0 commit comments

Comments
 (0)