File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 92
92
- os : ubuntu-latest
93
93
python-version : ' 3.11'
94
94
browser : chromium
95
+ - os : windows-latest
96
+ python-version : ' 3.11'
97
+ browser : chromium
95
98
runs-on : ${{ matrix.os }}
96
99
steps :
97
100
- uses : actions/checkout@v3
@@ -187,7 +190,7 @@ jobs:
187
190
strategy :
188
191
fail-fast : false
189
192
matrix :
190
- os : [ubuntu-20.04, macos-10.15 , windows-2019]
193
+ os : [ubuntu-20.04, macos-11 , windows-2019]
191
194
runs-on : ${{ matrix.os }}
192
195
steps :
193
196
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 3
3
- 3.8
4
4
- 3.9
5
5
- " 3.10"
6
+ - " 3.11"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
23
23
- setuptools_scm
24
24
run :
25
25
- python
26
- - greenlet ==1.1.3
26
+ - greenlet ==2.0.1
27
27
- pyee ==9.0.4
28
28
- typing_extensions # [py<39]
29
29
test :
34
34
- playwright.sync_api
35
35
- playwright.async_api
36
36
commands :
37
- - pip check
38
37
- playwright --help
39
38
40
39
about :
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def _download_and_extract_local_driver(
212
212
packages = ["playwright" ],
213
213
include_package_data = True ,
214
214
install_requires = [
215
- "greenlet==1.1.3 " ,
215
+ "greenlet==2.0.1 " ,
216
216
"pyee==9.0.4" ,
217
217
"typing-extensions;python_version<='3.8'" ,
218
218
],
You can’t perform that action at this time.
0 commit comments