From 7b1455d0a9002b907fef282d6a78eb7da1bbda67 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Wed, 20 Oct 2021 15:02:11 +0200 Subject: [PATCH] ci: run tests on py3.10 --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1ded1c1..5fb4ecc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,6 +8,7 @@ jobs: fail-fast: false matrix: include: + - {name: '3.10', python: '3.10', os: ubuntu-latest, architecture: 'x64', cibuild: "no"} - {name: '3.9', python: '3.9', os: ubuntu-latest, architecture: 'x64', cibuild: "yes"} - {name: '3.8', python: '3.8', os: ubuntu-latest, architecture: 'x64', cibuild: "no"} - {name: '3.7', python: '3.7', os: ubuntu-latest, architecture: 'x64', cibuild: "no"}