aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@edgedb.com>2021-08-06 18:19:23 -0700
committerGitHub <noreply@github.com>2021-08-06 18:19:23 -0700
commit189b959d2e5f09660508482398414e2869c074ff (patch)
tree6497a6619384ee204f30d05c9ee6d3393fc96e8c /.github
parentfa355239e70411179c70b16ed4ff7113d8008dad (diff)
downloadimmutables-189b959d2e5f09660508482398414e2869c074ff.tar.gz
immutables-189b959d2e5f09660508482398414e2869c074ff.zip
Drop Python 3.5 support declaration, add Python 3.10 (#71)
Diffstat (limited to '.github')
-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 90bffc3..b331620 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-beta.4]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1]
os: [windows-latest, ubuntu-latest, macos-latest]
arch: [x64, x86]
exclude: