File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 5959 - os : macos-latest
6060 python-version : ' 3.10'
6161 browser : chromium
62- - os : macos-11.0
63- python-version : ' 3.10'
64- browser : chromium
6562 - os : windows-latest
6663 python-version : ' 3.11'
6764 browser : chromium
7168 - os : ubuntu-latest
7269 python-version : ' 3.11'
7370 browser : chromium
74- - os : windows-latest
75- python-version : ' 3.11'
76- browser : chromium
7771 runs-on : ${{ matrix.os }}
7872 steps :
7973 - uses : actions/checkout@v3
@@ -156,7 +150,7 @@ jobs:
156150 strategy :
157151 fail-fast : false
158152 matrix :
159- os : [ubuntu-20.04, macos-11 , windows-2019]
153+ os : [ubuntu-20.04, macos-12 , windows-2019]
160154 runs-on : ${{ matrix.os }}
161155 steps :
162156 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
2323 - setuptools_scm
2424 run :
2525 - python
26- - greenlet ==2 .0.2
26+ - greenlet ==3 .0.0
2727 - pyee ==9.0.4
2828 - typing_extensions # [py<39]
2929test :
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==2 .0.2 " ,
215+ "greenlet==3 .0.0 " ,
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