From 4fc98aa45783772a75f7483c5458f0bcc7dc0a31 Mon Sep 17 00:00:00 2001 From: "Mark J. Nelson" Date: Fri, 1 Mar 2024 17:07:00 +0100 Subject: [PATCH] Bump Python versions to test against for real --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc1598f..923fd18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,9 +9,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - compiler: [clang++, gcc-10] + compiler: [clang++, gcc] os: [ubuntu-latest] - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.8', '3.9', '3.10', '3.11'] env: CC: ${{ matrix.compiler }} steps: @@ -31,7 +31,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}