From cdfd6127e307055db17101f7e095f0fbe2398171 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Thu, 2 May 2024 07:11:00 +0100 Subject: [PATCH] examples --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a443d1bd..aba44f22 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -158,7 +158,7 @@ jobs: strategy: matrix: platform: ["ubuntu-latest", "macos-latest", "windows-latest"] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10"] name: Short tests Python ${{ matrix.python-version }} ${{ matrix.platform }} runs-on: ${{ matrix.platform }}