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 9292 - os : ubuntu-latest
9393 python-version : ' 3.11'
9494 browser : chromium
95+ - os : windows-latest
96+ python-version : ' 3.11'
97+ browser : chromium
9598 runs-on : ${{ matrix.os }}
9699 steps :
97100 - uses : actions/checkout@v3
@@ -187,7 +190,7 @@ jobs:
187190 strategy :
188191 fail-fast : false
189192 matrix :
190- os : [ubuntu-20.04, macos-10.15 , windows-2019]
193+ os : [ubuntu-20.04, macos-11 , windows-2019]
191194 runs-on : ${{ matrix.os }}
192195 steps :
193196 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 33 - 3.8
44 - 3.9
55 - " 3.10"
6+ - " 3.11"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
2323 - setuptools_scm
2424 run :
2525 - python
26- - greenlet ==1.1.3
26+ - greenlet ==2.0.1
2727 - pyee ==9.0.4
2828 - typing_extensions # [py<39]
2929test :
3434 - playwright.sync_api
3535 - playwright.async_api
3636 commands :
37- - pip check
3837 - playwright --help
3938
4039about :
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def _download_and_extract_local_driver(
212212 packages = ["playwright" ],
213213 include_package_data = True ,
214214 install_requires = [
215- "greenlet==1.1.3 " ,
215+ "greenlet==2.0.1 " ,
216216 "pyee==9.0.4" ,
217217 "typing-extensions;python_version<='3.8'" ,
218218 ],
You can’t perform that action at this time.
0 commit comments