diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f05e0b1..cd429f54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,9 @@ jobs: # Duplicate changes to this matrix to 'poc_tests' matrix: os: [ubuntu-latest, macos-13, windows-latest] - python-version: ['3.9', '3.10'] + python-version: ['3.10', '3.13'] compiler: [""] include: - - os: ubuntu-latest - python-version: '3.8' - os: ubuntu-latest python-version: '3.10' compiler: 'g++' @@ -98,12 +96,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-13, windows-latest] - python-version: ['3.10'] + python-version: ['3.10', '3.13'] + compiler: [""] include: - os: ubuntu-latest - python-version: '3.8' - - os: ubuntu-latest - python-version: '3.9' + python-version: '3.10' + compiler: 'g++' - os: ubuntu-latest python-version: '3.11' - os: ubuntu-latest