File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,28 +11,29 @@ jobs:
11
11
- uses : psf/black@stable
12
12
test :
13
13
name : Run unit tests
14
- needs : lint
14
+ # needs: lint
15
15
runs-on : ${{ matrix.os }}
16
16
strategy :
17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest, macOS-latest]
19
19
python-version : ["3.8"]
20
- include :
21
- - os : ubuntu-latest
22
- python-version : " 3.6"
23
- - os : ubuntu-latest
24
- python-version : " 3.7"
25
20
- os : ubuntu-latest
26
21
python-version : " 3.9"
27
22
- os : ubuntu-latest
28
23
python-version : " 3.10"
24
+ - os : ubuntu-latest
25
+ python-version : " 3.11"
26
+ - os : ubuntu-latest
27
+ python-version : " 3.12"
28
+ - os : ubuntu-latest
29
+ python-version : " 3.13"
29
30
steps :
30
31
- name : Check out repo
31
32
uses : actions/checkout@v3
32
- - name : Set up Node.js 16
33
+ - name : Set up Node.js 20
33
34
uses : actions/setup-node@v3
34
35
with :
35
- node-version : 16
36
+ node-version : 20
36
37
- name : Set up Python ${{ matrix.python-version }}
37
38
uses : actions/setup-python@v4
38
39
with :
You can’t perform that action at this time.
0 commit comments