From 5525b7247489a00a9ed68901d2e7648da7a4c052 Mon Sep 17 00:00:00 2001 From: Peter Sharpe Date: Fri, 8 Dec 2023 10:35:06 -0500 Subject: [PATCH] remove middle version; only run on earliest- and latest-supported Python builds --- .github/workflows/run-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index f87350c59..6ed9809d0 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.8' , '3.10' , '3.11' ] + python-version: [ '3.8' , '3.11' ] steps: - uses: actions/checkout@v2