From 6e216c1258b976c654aa7a113a6da6bfa1cfd821 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 8 Oct 2021 17:48:00 +0000 Subject: [PATCH] Run tests on Python 3.10. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 43b5afb..148795f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3] steps: - name: Check out source code uses: actions/checkout@v2 -- 2.30.2