From eca0351a17a1c74076b3c7b6025309bfb4821b28 Mon Sep 17 00:00:00 2001 From: Laurent Vaylet Date: Wed, 15 Nov 2023 15:07:51 +0100 Subject: [PATCH] ci: add Python 3.11 to unit testing and linting matrix strategies (#281) --- .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 2a4344f0..cbced31b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest] architecture: ['x64'] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: matrix: os: [ubuntu-latest] architecture: ['x64'] - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4