Remove python 3.10 for now, pygame doesn't build.
This commit is contained in:
parent
794433f034
commit
315d3ae392
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue