Skip to content

Commit

Permalink
Bump Python versions to test against for real
Browse files Browse the repository at this point in the history
  • Loading branch information
anadrome committed Mar 1, 2024
1 parent 32bd31c commit 4fc98aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 4fc98aa

Please sign in to comment.