Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b879301

Browse files
committed
Add Python 3.10 testing.
1 parent a4e81e7 commit b879301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
python-version: 3.9
4242
extra-requirements: '-r requirements/testing/extra.txt'
4343
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
4449
- os: macos-latest
4550
python-version: 3.8
4651
XVFB_RUN: ""

0 commit comments

Comments
 (0)