From cd4799824da07cc3ec80e5825ecffbc47980e91e Mon Sep 17 00:00:00 2001 From: NaveenChandar <12165092+navchandar@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:04:08 +0530 Subject: [PATCH] Update python-actions-test.yml --- .github/workflows/python-actions-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-actions-test.yml b/.github/workflows/python-actions-test.yml index 729c920..73f5341 100644 --- a/.github/workflows/python-actions-test.yml +++ b/.github/workflows/python-actions-test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3