From fa5fd3f89a6e20d29c8d3a7d9cdfec6cf27f82bd Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 20 Dec 2021 22:21:59 +0100 Subject: [PATCH] Test with newer, stable Python 3.10 I forgot to bump this version after 3.10 was released. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec25968..4e4bb56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5, pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}