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: