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 66e8ced53..a60e002d9 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest] # CPython 3.9 is in quick-test - python-version: ['3.6', '3.7', '3.10', 3.11-dev, pypy-3.6, pypy-3.7, pypy-3.8] + python-version: ['3.7', '3.10', 3.11-dev, pypy-3.7, pypy-3.8] run-tests-ext: [sh] include: # atleast one of each CPython/PyPy tests must be in windows |