Skip to content

Commit

Permalink
chore: bump greenlet to v2.0.0 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 16, 2022
1 parent 676b956 commit 0767d84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- os: ubuntu-latest
python-version: '3.11'
browser: chromium
- os: windows-latest
python-version: '3.11'
browser: chromium
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -187,7 +190,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ python:
- 3.8
- 3.9
- "3.10"
- "3.11"
3 changes: 1 addition & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- setuptools_scm
run:
- python
- greenlet ==1.1.3
- greenlet ==2.0.1
- pyee ==9.0.4
- typing_extensions # [py<39]
test:
Expand All @@ -34,7 +34,6 @@ test:
- playwright.sync_api
- playwright.async_api
commands:
- pip check
- playwright --help

about:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _download_and_extract_local_driver(
packages=["playwright"],
include_package_data=True,
install_requires=[
"greenlet==1.1.3",
"greenlet==2.0.1",
"pyee==9.0.4",
"typing-extensions;python_version<='3.8'",
],
Expand Down

0 comments on commit 0767d84

Please sign in to comment.