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 59
59
- os : macos-latest
60
60
python-version : ' 3.10'
61
61
browser : chromium
62
- - os : macos-11.0
63
- python-version : ' 3.10'
64
- browser : chromium
65
62
- os : windows-latest
66
63
python-version : ' 3.11'
67
64
browser : chromium
71
68
- os : ubuntu-latest
72
69
python-version : ' 3.11'
73
70
browser : chromium
74
- - os : windows-latest
75
- python-version : ' 3.11'
76
- browser : chromium
77
71
runs-on : ${{ matrix.os }}
78
72
steps :
79
73
- uses : actions/checkout@v3
@@ -156,7 +150,7 @@ jobs:
156
150
strategy :
157
151
fail-fast : false
158
152
matrix :
159
- os : [ubuntu-20.04, macos-11 , windows-2019]
153
+ os : [ubuntu-20.04, macos-12 , windows-2019]
160
154
runs-on : ${{ matrix.os }}
161
155
steps :
162
156
- uses : actions/checkout@v3
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 ==2 .0.2
26
+ - greenlet ==3 .0.0
27
27
- pyee ==9.0.4
28
28
- typing_extensions # [py<39]
29
29
test :
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==2 .0.2 " ,
215
+ "greenlet==3 .0.0 " ,
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