From 59759764adacbc53f88663641dbcc0fee253467f Mon Sep 17 00:00:00 2001 From: Marcus Pereira Date: Sun, 21 Jul 2024 14:45:48 -0300 Subject: [PATCH] chore(test.yml): update Python versions in the matrix to include Python 3.12 for testing --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93d3ddf..18ad429 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,9 @@ jobs: strategy: matrix: python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v2