There was an error while loading. Please reload this page.
1 parent 773fe46 commit 9e86555Copy full SHA for 9e86555
.github/workflows/pull_request.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Python 3.10
38
uses: actions/setup-python@v5
39
with:
40
- python-version: '3.10'
+ python-version: '3.13'
41
42
- name: Install dependencies
43
run: |
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
- name: Setup Python
44
45
46
47
48
- name: Install build dependencies
49
run: python -m pip install --upgrade pip wheel
0 commit comments