Skip to content

Commit 8ca7eee

Browse files
Update dependency python to 3.13
1 parent 47c83f1 commit 8ca7eee

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.7
19+
python-version: 3.13
2020
- name: Install Tox
2121
run: pip install tox
2222
- name: Run Tox

.github/workflows/tox-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.9
15+
python-version: 3.13
1616
- name: Install Tox
1717
run: pip install tox
1818
- name: Run Tox
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: 3.9
29+
python-version: 3.13
3030
- name: Install Tox
3131
run: pip install tox
3232
- name: Run Tox
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Python
4141
uses: actions/setup-python@v4
4242
with:
43-
python-version: 3.9
43+
python-version: 3.13
4444
- name: Install Tox
4545
run: pip install tox
4646
- name: Run Tox
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Python
5555
uses: actions/setup-python@v4
5656
with:
57-
python-version: 3.9
57+
python-version: 3.13
5858
- name: Install Tox
5959
run: pip install tox
6060
- name: Run Tox
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Python
7171
uses: actions/setup-python@v4
7272
with:
73-
python-version: 3.9
73+
python-version: 3.13
7474
- name: Install Tox
7575
run: pip install tox
7676
- name: Run Tox
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Python
8585
uses: actions/setup-python@v4
8686
with:
87-
python-version: 3.9
87+
python-version: 3.13
8888
- name: Install Tox
8989
run: pip install tox
9090
- name: Run Tox
@@ -105,7 +105,7 @@ jobs:
105105
- name: Setup Python
106106
uses: actions/setup-python@v4
107107
with:
108-
python-version: 3.9
108+
python-version: 3.13
109109
- name: Install Tox
110110
run: pip install tox
111111
- name: Run Tox

0 commit comments

Comments
 (0)