From 3a5db345591bd23d87674cd56e453ee4a4587da8 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Thu, 26 May 2022 18:07:50 +0100 Subject: [PATCH] remove python 3.10 as it is shows as 3.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f4f1d9a1..a8b4da4f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: [3.7, 3.8, 3.9] os: [ubuntu-latest] steps: