From 857fc7a0ae5832eed685f3ad074ee6116b11bdfe Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Fri, 17 Nov 2023 11:43:53 +0000 Subject: [PATCH] Not py3.7, test 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fcebcd..1931eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.7", "3.8", "3.9" ] + python-version: [ "3.8", "3.9", "3.10" ] steps: - uses: actions/checkout@v3