aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@edgedb.com>2022-03-25 17:12:42 -0700
committerGitHub <noreply@github.com>2022-03-25 17:12:42 -0700
commit5b135af95f4771ebb93eaa61623209546530a200 (patch)
tree7c635b0cfd455c367557b216d36b7750a372aa95
parent0edfc6ff74002d307bdd96870d0b330ad1543ddf (diff)
downloadimmutables-5b135af95f4771ebb93eaa61623209546530a200.tar.gz
immutables-5b135af95f4771ebb93eaa61623209546530a200.zip
Test on Python 3.10 final (#80)
-rw-r--r--.github/workflows/tests.yml2
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: