From 33c1da8b9240ad52a674ecea0666a1292bdce530 Mon Sep 17 00:00:00 2001 From: Zachary Vorhies Date: Sat, 22 Jun 2024 10:08:52 -0700 Subject: [PATCH] Update test_macos.yml --- .github/workflows/test_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 9a34bf4..f8fffd3 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.10.5] + python-version: [3.11.8] os: [macos-latest] steps: - uses: actions/checkout@v3