File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
strategy :
26
26
matrix :
27
- python-version : ['3.9 ', '3.10 ', '3.11 ']
27
+ python-version : ['3.10 ', '3.11 ', '3.12 ']
28
28
29
29
steps :
30
30
- name : Set up Python ${{ matrix.python-version }}
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
fetch-depth : 0
37
37
- name : Install nibabies
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- python-version : ['3.10 ']
23
+ python-version : ['3.11 ']
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 1 # Only fetch the latest commit
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments