diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efd24232..5465ba2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,8 @@ jobs: runs-on: macos-14 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + # Only test the latest stable version + python-version: ["3.12"] steps: