File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ jobs:
26
26
include :
27
27
- name : " ubuntu-py27"
28
28
os : ubuntu-latest
29
- python-version : 2.7
29
+ python-version : " 2.7"
30
30
- name : " ubuntu-py37"
31
31
os : ubuntu-latest
32
- python-version : 3.7
32
+ python-version : " 3.7"
33
33
- name : " ubuntu-py38"
34
34
os : ubuntu-latest
35
- python-version : 3.8
35
+ python-version : " 3.8"
36
36
- name : " ubuntu-py39"
37
37
os : ubuntu-latest
38
- python-version : 3.9
38
+ python-version : " 3.9"
39
39
- name : " ubuntu-py310"
40
40
os : ubuntu-latest
41
- python-version : 3.10
41
+ python-version : " 3.10"
42
42
- name : " ubuntu-py311"
43
43
os : ubuntu-latest
44
- python-version : 3.11
44
+ python-version : " 3.11"
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments