File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
if : " !contains(github.event.head_commit.message, 'skipci')"
24
24
runs-on : ${{ matrix.os }}
25
25
env :
26
- USING_COVERAGE : " 3.10 "
26
+ USING_COVERAGE : " 3.13 "
27
27
strategy :
28
28
matrix :
29
29
os : [ubuntu-latest, windows-latest, macos-latest]
36
36
- name : Setup Python
37
37
uses : actions/setup-python@v5
38
38
with :
39
- python-version : " 3.10 "
39
+ python-version : " 3.13 "
40
40
41
41
- name : Install Poetry
42
42
uses : snok/install-poetry@v1.3.2
Original file line number Diff line number Diff line change 25
25
if : " ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true }}"
26
26
runs-on : ${{ matrix.os }}
27
27
env :
28
- USING_COVERAGE : " 3.10 "
28
+ USING_COVERAGE : " 3.13 "
29
29
strategy :
30
30
matrix :
31
31
os : [ubuntu-latest, windows-latest, macos-latest]
40
40
- name : Setup Python
41
41
uses : actions/setup-python@v5
42
42
with :
43
- python-version : " 3.10 "
43
+ python-version : " 3.13 "
44
44
45
45
- name : Install Poetry
46
46
uses : snok/install-poetry@v1.3.2
You can’t perform that action at this time.
0 commit comments