From fb10c7f36d129a19f6124e9325744e42b5ecb2d5 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 23 Mar 2024 10:55:20 +0100 Subject: Remove Python 2 test from CI because Python 2 is no more available inside Gitaction images --- .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 e11d4d1f..58b027b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: @@ -64,7 +64,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: -- cgit v1.2.3