From ad80450442bdc4b26141370111e29ab5ab1fa8dd Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 24 Dec 2021 12:45:01 +0100 Subject: [PATCH] Add python 3.10 to the tests matrix --- .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 58918f4..ba22215 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v2