From 5f127ffd3c83873e7779781e2793cb29728467c6 Mon Sep 17 00:00:00 2001 From: detachhead Date: Tue, 8 Oct 2024 19:27:47 +1000 Subject: [PATCH] test on python 3.13 --- .github/workflows/check and publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check and publish.yaml b/.github/workflows/check and publish.yaml index 09adf26e..8ead9069 100644 --- a/.github/workflows/check and publish.yaml +++ b/.github/workflows/check and publish.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.9", "3.12"] + python_version: ["3.9", "3.13"] # pinning macos version because apparently newer versions of macos don't work with lxml # https://stackoverflow.com/a/76776773 os: ["ubuntu-latest", "macos-12", "windows-latest"] @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.9", "3.12"] + python_version: ["3.9", "3.13"] os: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.os }} steps: