From 3b4afbc80069d0280853eca247973bf49d1235d5 Mon Sep 17 00:00:00 2001 From: Colin Harrison Date: Tue, 7 Oct 2025 00:10:39 -0700 Subject: [PATCH] update python from 3.9 to 3.11 in github actions --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 7ee9c26..a2effa0 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v4