From 57fb356c653cf823fcb7b66207e8b02b78bac9c9 Mon Sep 17 00:00:00 2001 From: James Braza Date: Thu, 12 Sep 2024 12:55:56 -0700 Subject: [PATCH] Restoring CI running on min Python versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84b12f34..4a60ded6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'pull_request' # pre-commit-ci/lite-action only runs here strategy: matrix: - python-version: [3.12] # Our min and max supported Python versions + python-version: [3.11, 3.12] # Our min and max supported Python versions steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.12] # Our min and max supported Python versions + python-version: [3.11, 3.12] # Our min and max supported Python versions steps: - uses: actions/checkout@v4 - name: Set up uv