Disable the broken python version in the CI (#4048)

This commit is contained in:
Paul Fultz II 2022-04-25 11:14:17 -05:00 committed by GitHub
parent 31d0b0b73b
commit f48d1690a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.5]
fail-fast: false
steps: