diff options
Diffstat (limited to '.github/workflows/core.yml')
-rw-r--r-- | .github/workflows/core.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index f2d31c134..4fb65e0c1 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-18.04] # py3.9 is in quick-test - python-version: [3.7, 3.8, pypy-3.6, pypy-3.7] + python-version: [3.7, 3.8, 3.10-dev, pypy-3.6, pypy-3.7] run-tests-ext: [sh] include: # atleast one of the tests must be in windows |