Disable 3.10 until it stops breaking

This commit is contained in:
Hynek Schlawack 2021-04-06 07:28:23 +02:00
parent 066d1ca7df
commit 6d1d5e9055
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10", "pypy2", "pypy3"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy2", "pypy3"]
# python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10", "pypy2", "pypy3"]
steps:
- uses: "actions/checkout@v2"