diff options
author | Elvis Pranskevichus <elvis@edgedb.com> | 2022-03-25 17:12:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 17:12:42 -0700 |
commit | 5b135af95f4771ebb93eaa61623209546530a200 (patch) | |
tree | 7c635b0cfd455c367557b216d36b7750a372aa95 | |
parent | 0edfc6ff74002d307bdd96870d0b330ad1543ddf (diff) | |
download | immutables-5b135af95f4771ebb93eaa61623209546530a200.tar.gz immutables-5b135af95f4771ebb93eaa61623209546530a200.zip |
Test on Python 3.10 final (#80)
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec9ae1d..a93b06f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] os: [windows-latest, ubuntu-latest, macos-latest] arch: [x64, x86] exclude: |