From 80d1fb089412a77b59aa1037b73285a555c322c4 Mon Sep 17 00:00:00 2001 From: Aymane Hachcham Date: Fri, 27 Oct 2023 17:26:08 +0200 Subject: [PATCH] increased ci tests for python 3.12 --- .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 20d6280..222d1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.10', '3.11'] + python-version: ['3.10', '3.11', '3.12'] steps: - name: Checkout code