From c3faa0ac0e75c8b89fc67e11e70501eee1686e22 Mon Sep 17 00:00:00 2001 From: Josh Wills Date: Sat, 12 Oct 2024 11:55:50 -0700 Subject: [PATCH] ack thats why I only have one --- .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 3868d57..c38ec39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.10', '3.11', '3.12' ] + python-version: [ '3.11' ] steps: - name: Checkout repository