Skip to content

Commit

Permalink
chore: add support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 25, 2022
1 parent baa6ec8 commit 871a3fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:
- os: macos-11.0
python-version: '3.10'
browser: chromium
- os: windows-latest
python-version: '3.11.0-rc.1'
browser: chromium
- os: macos-latest
python-version: '3.11.0-rc.1'
browser: chromium
- os: ubuntu-latest
python-version: '3.11.0-rc.1'
browser: chromium
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _download_and_extract_local_driver(
include_package_data=True,
install_requires=[
"websockets==10.1",
"greenlet==1.1.2",
"greenlet==1.1.3",
"pyee==8.1.0",
"typing-extensions;python_version<='3.8'",
],
Expand All @@ -222,6 +222,7 @@ def _download_and_extract_local_driver(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 871a3fb

Please sign in to comment.