Skip to content

Commit

Permalink
Add Python 3.10 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Aug 20, 2021
1 parent a4e81e7 commit f503e90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
python-version: 3.9
extra-requirements: '-r requirements/testing/extra.txt'
XVFB_RUN: xvfb-run -a
- os: ubuntu-20.04
python-version: '3.10-dev'
extra-requirements: '-r requirements/testing/extra.txt'
XVFB_RUN: xvfb-run -a
- os: macos-latest
python-version: 3.8
XVFB_RUN: ""
Expand Down

0 comments on commit f503e90

Please sign in to comment.