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] 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