diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a953a3866e..09f27a127a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: true matrix: - python: ["3.10", "3.11", "3.12"] + python: ["3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -180,7 +180,7 @@ jobs: strategy: fail-fast: true matrix: - python: ["3.10", "3.11", "3.12"] + python: ["3.10", "3.11", "3.12", "3.13"] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} continue-on-error: true # for now it is ok to fail