From 9e8db8248efd1a087b93ecab8bb16da9e735d99d Mon Sep 17 00:00:00 2001 From: Rick Calixte <10281587+rcalixte@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:44:16 -0500 Subject: [PATCH] Update python.yml for more testing purposes --- .github/workflows/python.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 39247aad..b86392d2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -13,13 +13,11 @@ jobs: strategy: matrix: python: - # - '2.7' - # - '3.6' - # - '3.7' - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v4