Remove python 3.10 alpha build because it was failing

This commit is contained in:
Michael Lazar 2021-03-29 13:46:43 -04:00
parent 774fe54236
commit 3d255a7e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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