From 0ca7bd71ad59e08c9582ebb690682a926e8c789d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Vinh=20LUONG=20=28L=C6=AF=C6=A0NG=20Th=E1=BA=BF=20Vi?= =?UTF-8?q?nh=29?= Date: Wed, 9 Oct 2024 17:02:16 -0700 Subject: [PATCH] Revert "temporarily disable Python 3.13 testing on Mac" This reverts commit 7755140e6005a916acd69bc1f2caaeaead643d9e. --- .github/workflows/install-lint-test-on-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-lint-test-on-mac.yml b/.github/workflows/install-lint-test-on-mac.yml index 515a447b9..fa46e878b 100644 --- a/.github/workflows/install-lint-test-on-mac.yml +++ b/.github/workflows/install-lint-test-on-mac.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: # github.com/actions/python-versions/releases - 3.12 - # - 3.13 + - 3.13 steps: - name: Checkout Repo