Change Python 3.10 to 3.10-dev in CI

This commit is contained in:
Micah Jerome Ellison 2021-06-24 08:51:41 -07:00 committed by Jonathan Wren
parent f6f9349a9b
commit 6c1a83923a

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
python-version: [ 3.7, 3.8, 3.9, 3.10-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: