Skip to content

Commit

Permalink
chore: support Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 14, 2020
1 parent d1b6a1b commit 5efa11f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8]
browser: [chromium, firefox, webkit]
include:
- os: ubuntu-latest
python-version: 3.9
browser: chromium
- os: windows-latest
python-version: 3.9
browser: chromium
- os: macos-latest
python-version: 3.9
browser: chromium
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -63,7 +73,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
pip install -r local-requirements.txt
pip install -e .
- name: Build driver
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 5efa11f

Please sign in to comment.