ci: remove 3.10

This commit is contained in:
Sean Breckenridge 2022-01-26 16:45:12 -08:00
parent 56265940ca
commit 1d49b87b9b

View file

@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest] # TODO windows-latest??
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9]
runs-on: ${{ matrix.platform }}