From 71938f6d9be7632831ffce8f976ccdffcfcfc74b Mon Sep 17 00:00:00 2001 From: Natha Paquette Date: Tue, 19 Dec 2023 20:18:20 -0400 Subject: [PATCH] Update python-test.yml removed python v3.9 and 3.10 from testing versions --- .github/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index f63d58d0..2c3bda9f 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}