From 315d3ae392eed3f04f5995c02a2aa72d69b61ec0 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 11 Sep 2021 18:15:14 +0100 Subject: [PATCH] Remove python 3.10 for now, pygame doesn't build. --- .github/workflows/test.yaml | 2 +- build/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bab85c7..95dee60 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/build/requirements.txt b/build/requirements.txt index 5da5f34..84c18be 100644 --- a/build/requirements.txt +++ b/build/requirements.txt @@ -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