From 4e3c2efe7347d76fe78c367e1cb4dd22f5653f8f Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 25 Oct 2024 11:14:05 +0200 Subject: [PATCH] test py3.13 --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c25002..01a44d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,6 +53,10 @@ jobs: platform: macos-latest - python-version: "3.11" platform: macos-latest + - python-version: "3.13" + platform: macos-latest + - python-version: "3.13" + platform: windows-latest steps: - uses: actions/checkout@v4