From 4ee9a4af2511e75cc9aa7e7255bf32ccce4a7540 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 12 Jul 2021 20:31:12 +0100 Subject: Add Python 3.10 support --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019eba65b..d71ba0735 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,7 @@ jobs: - 3.7 - 3.8 - 3.9 + - 3.10 steps: - uses: actions/checkout@v2 @@ -137,6 +138,7 @@ jobs: # - 3.7 # - 3.8 - 3.9 + - 3.10 group: [1, 2] steps: -- cgit v1.2.1