From 56f6c627a05a1642c57c3c931e4547d9bd536ca9 Mon Sep 17 00:00:00 2001 From: paugier Date: Fri, 16 May 2025 11:57:31 +0200 Subject: [PATCH] ci: update Python versions in matrix (from 3.10 to 3.13) --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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