Remove python 3.10 alpha build because it was failing
This commit is contained in:
parent
774fe54236
commit
3d255a7e0b
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.7", "3.8", "3.9", "3.10-dev" ]
|
||||
python-version: [ "3.7", "3.8", "3.9" ]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue