From 81a363558e9742213175fdddf588a580c948d815 Mon Sep 17 00:00:00 2001 From: Isaac Robinson Date: Wed, 6 Sep 2023 08:43:14 -0400 Subject: [PATCH] Update workflows to test against same python versions as matplotlib. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 01d8516..eed6181 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -61,7 +61,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9" ] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3