From 38e9fc96cf769f9b7073d1b6f0b81f83d62f91a5 Mon Sep 17 00:00:00 2001 From: Ali McMaster Date: Sun, 5 Jun 2022 18:05:40 +0100 Subject: [PATCH] Update Python Testing Matrix (#200) Update Python Testing 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 47c6d54e..5dcb13ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 8 matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v2