From 778cef8890943d9e5f52dd11ddc971a834a3f9b2 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 29 Oct 2024 11:31:55 +0100 Subject: [PATCH] Postpone testing on python3.13 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 11ab0748..c4b5631b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,8 +17,8 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.13'] - os: [ubuntu-latest, windows-latest] # , macos-latest] + python-version: ['3.8', '3.12'] + os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: macos-latest python-version: '3.8'