We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e81e7 commit b879301Copy full SHA for b879301
.github/workflows/tests.yml
@@ -41,6 +41,11 @@ jobs:
41
python-version: 3.9
42
extra-requirements: '-r requirements/testing/extra.txt'
43
XVFB_RUN: xvfb-run -a
44
+ - os: ubuntu-20.04
45
+ python-version: '3.10-dev'
46
+ # Re-add this when extra dependencies have wheels.
47
+ # extra-requirements: '-r requirements/testing/extra.txt'
48
+ XVFB_RUN: xvfb-run -a
49
- os: macos-latest
50
python-version: 3.8
51
XVFB_RUN: ""
0 commit comments