Skip to content

Commit 0767d84

Browse files
authored
chore: bump greenlet to v2.0.0 (#1621)
1 parent 676b956 commit 0767d84

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
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

conda_build_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ python:
33
- 3.8
44
- 3.9
55
- "3.10"
6+
- "3.11"

meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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]
2929
test:
@@ -34,7 +34,6 @@ test:
3434
- playwright.sync_api
3535
- playwright.async_api
3636
commands:
37-
- pip check
3837
- playwright --help
3938

4039
about:

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==1.1.3",
215+
"greenlet==2.0.1",
216216
"pyee==9.0.4",
217217
"typing-extensions;python_version<='3.8'",
218218
],

0 commit comments

Comments
 (0)