From 67424e06be109b258882e413e107e388b7dc1586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 24 Nov 2021 12:54:25 +0100 Subject: [PATCH] Add python versions 3.9 & 3.10 to github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c1a964..1b4e627 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python: [3.8] + python: [3.8, 3.9, "3.10"] steps: - uses: actions/checkout@v2