Skip to content

Commit

Permalink
chore: update greenlet to 3.0.0 (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Oct 12, 2023
1 parent bc1e717 commit adfa509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
- os: macos-latest
python-version: '3.10'
browser: chromium
- os: macos-11.0
python-version: '3.10'
browser: chromium
- os: windows-latest
python-version: '3.11'
browser: chromium
Expand All @@ -71,9 +68,6 @@ 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 @@ -156,7 +150,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- setuptools_scm
run:
- python
- greenlet ==2.0.2
- greenlet ==3.0.0
- pyee ==9.0.4
- typing_extensions # [py<39]
test:
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==2.0.2",
"greenlet==3.0.0",
"pyee==9.0.4",
"typing-extensions;python_version<='3.8'",
],
Expand Down

0 comments on commit adfa509

Please sign in to comment.