Remove python 3.10 for now, pygame doesn't build.

This commit is contained in:
Matthew Stratford 2021-09-11 18:15:14 +01:00
parent 794433f034
commit 315d3ae392
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10.0-rc.2"]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2

View file

@ -1,5 +1,5 @@
wheel
pygame==2.0.2.dev2
pygame==2.0.1
sanic==21.3.4
sanic-Cors==1.0.0
syncer==1.3.0