From 5c8b9b1f2833f27e7fb8b11715f206ee63e0f143 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:10 -0700 Subject: [PATCH 1/2] Revert "temporarily disable Python 3.13 testing on Ubuntu" This reverts commit c56386339420c18bcf6e12eb4d6d1fc9102ca046. --- .github/workflows/install-lint-test-on-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-lint-test-on-ubuntu.yml b/.github/workflows/install-lint-test-on-ubuntu.yml index 880056400..aa6b352bb 100644 --- a/.github/workflows/install-lint-test-on-ubuntu.yml +++ b/.github/workflows/install-lint-test-on-ubuntu.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 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 2/2] 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