From e98a51c1a94289f8d8ed909bf99313246f0e1abd Mon Sep 17 00:00:00 2001 From: Alex Remedios Date: Fri, 19 Jan 2024 10:22:38 +0000 Subject: [PATCH] Update pytest.yml --- .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 b1ed55d..fadabc2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -24,10 +24,10 @@ jobs: - ubuntu-latest - macos-latest python-version: - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2