From c7c5acc48ad37500c4ba7ea476867df91bae12f2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Nebro" Date: Fri, 21 Jun 2024 17:29:10 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2371b5d..b8cd78bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py: [ 3.9, 3.10, 3.11 ] + py: [ 3.9 ] steps: - uses: actions/checkout@v4 - name: Install Python ${{ matrix.py }}