From e4e49275679cd3bc617e60968ae77f9f187c1f4c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil <jakub@roztocil.co> Date: Tue, 5 Oct 2021 21:25:10 +0200 Subject: [PATCH] Test on Python 3.10 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff164f9b..e61fde5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0-rc.2"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] pyopenssl: [0, 1] runs-on: ${{ matrix.os }} steps: