From 5a94fd3f6a0f7a4c1d17cbe43a5b9d7857eb139a Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Wed, 13 Sep 2023 11:52:27 +0200 Subject: [PATCH] add new python versions to tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38deaa5..6a0957b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -205,7 +205,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: # Checkout the project - name: "Checkout branch ${{ github.head_ref }}" @@ -251,7 +251,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: # Checkout the project - name: "Checkout branch ${{ github.head_ref }}"