From 2a2ba8ae520f669916a7855b2e1dd3532752ce07 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Fri, 13 Dec 2024 15:35:46 -0600 Subject: [PATCH] fix exclusion --- .github/workflows/test.yml | 2 +- workflows/test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2cb0d9da..6d3c7e737 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,7 +93,7 @@ jobs: - ubuntu-latest - macos-latest exclude: - - python: py313 + - python: '3.13' platform: macos-latest steps: - name: "🛒 Checkout" diff --git a/workflows/test.ts b/workflows/test.ts index 1686d99a9..1b8a1459d 100644 --- a/workflows/test.ts +++ b/workflows/test.ts @@ -40,7 +40,7 @@ const test_matrix = { matrix: { python: PYTHONS, platform: VANILLA_PLATFORMS, - exclude: [{ python: "py313", platform: "macos-latest" }], + exclude: [{ python: "3.13", platform: "macos-latest" }], }, }), nojit: testJob({