From 25eb1c37f67b7663fe1733ae8ce4f76c3ba2ec09 Mon Sep 17 00:00:00 2001 From: Julien Dumazert Date: Wed, 8 Nov 2023 14:05:14 +0100 Subject: [PATCH] Add Python 3.11 in GitHub actions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5afca9f..f565f8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: ["ubuntu-latest"] steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] os: ["macOS-latest"] steps: - uses: actions/checkout@v3 @@ -44,9 +44,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # We skip Python 3.7 has Windows needs to rebuild it, but its specs are + # We skip Python 3.7 has Windows needs to rebuild it, but its specs are # too low to do it... - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11'] os: ["windows-latest"] steps: - uses: actions/checkout@v3