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 19
19
- name : Set up Python
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : 3.9
22
+ python-version : " 3.10 "
23
23
- name : Install dependencies & browsers
24
24
run : |
25
25
python -m pip install --upgrade pip wheel
@@ -66,16 +66,16 @@ jobs:
66
66
python-version : 3.9
67
67
browser : webkit
68
68
- os : ubuntu-latest
69
- python-version : ' 3.10-dev '
69
+ python-version : ' 3.10'
70
70
browser : chromium
71
71
- os : windows-latest
72
- python-version : ' 3.10-dev '
72
+ python-version : ' 3.10'
73
73
browser : chromium
74
74
- os : macos-latest
75
- python-version : ' 3.10-dev '
75
+ python-version : ' 3.10'
76
76
browser : chromium
77
77
- os : macos-11.0
78
- python-version : ' 3.10-dev '
78
+ python-version : ' 3.10'
79
79
browser : chromium
80
80
runs-on : ${{ matrix.os }}
81
81
steps :
@@ -139,7 +139,7 @@ jobs:
139
139
- name : Set up Python
140
140
uses : actions/setup-python@v2
141
141
with :
142
- python-version : 3.9
142
+ python-version : " 3.10 "
143
143
- name : Install dependencies & browsers
144
144
run : |
145
145
python -m pip install --upgrade pip wheel
You can’t perform that action at this time.
0 commit comments