From c614de7efcb5b7e6f1b99883bac5b8d15faffb7a Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 30 Dec 2021 17:02:30 +0530 Subject: [PATCH] [ci] Run tests on python3.10 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 996afe2..a941a45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.6", "3.7", "3.8", "3.9"] + python: ["3.7", "3.8", "3.9", "3.10"] env: PYTHON_VERSION: ${{matrix.python}} steps: