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

Skip to content

Commit f503e90

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ 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+
extra-requirements: '-r requirements/testing/extra.txt'
47+
XVFB_RUN: xvfb-run -a
4448
- os: macos-latest
4549
python-version: 3.8
4650
XVFB_RUN: ""

0 commit comments

Comments
 (0)