From 8a71bf6bcd3b4655e2eea067a87e36c9704f65da Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 21 Oct 2024 14:03:53 +0200 Subject: [PATCH] add py313 --- .github/workflows/default-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index d3b272d8..a68f2f28 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -9,8 +9,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] - os: [windows-latest, ubuntu-latest, macos-latest] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + os: [ windows-latest, ubuntu-latest, macos-latest ] fail-fast: false defaults: run: