From 0567ae78497980cacc9e95eaccbd39d6bc35212e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 8 Aug 2022 08:53:50 +0200 Subject: [PATCH] CI: add Python 3.10 to the set of tested versions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d1fb65..bcddc13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ jobs: - 3.7 - 3.8 - 3.9 + - 3.10 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2