diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8414495..4507429e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,10 @@ jobs: # Tests [amd64] # os: [ubuntu-18.04, macos-10.15] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"] # quotes to avoid being interpreted as the number 3.1 env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }] include: - # Temporary - Allow failure on all 3.10-dev jobs until beta comes out - #- os: ubuntu-18.04 - # python-version: 3.10-dev - # allowed_failure: true # Coverage setup - os: ubuntu-18.04 python-version: 3.9 |