From 5edbf5f1c9bdfdb28ed461302722ab0bcfab9b1c Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 20 Dec 2024 12:16:40 +0100 Subject: [PATCH] Include Windows and Python 3.13 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03f37916da..b260628740 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] - platform: [ubuntu-latest, macos-latest] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + platform: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 with: