Skip to content

Commit adfa509

Browse files
authored
chore: update greenlet to 3.0.0 (#2102)
1 parent bc1e717 commit adfa509

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
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
@@ -71,9 +68,6 @@ jobs:
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

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
2929
test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)