Skip to content

Commit 17a8681

Browse files
committed
Use python 3.13 for mypy and sphinx job
1 parent 0b6bd5e commit 17a8681

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
33+
with:
34+
python-version: "3.13"
3335
- name: Install dependencies
3436
run: |
3537
python -m pip install --upgrade pip
@@ -47,7 +49,7 @@ jobs:
4749
- name: Set up Python
4850
uses: actions/setup-python@v4
4951
with:
50-
python-version: "3.12"
52+
python-version: "3.13"
5153
- name: Install dependencies
5254
run: |
5355
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)