From fd9dc0c1f817709541cddef78cd2a914fffcb83f Mon Sep 17 00:00:00 2001 From: Andy Li <55300002+cliandy@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:01:26 -0700 Subject: [PATCH] chore: cleanup workflows for core --- .github/workflows/test-pip-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pip-install.yml b/.github/workflows/test-pip-install.yml index 8e4b091b..c01c93eb 100644 --- a/.github/workflows/test-pip-install.yml +++ b/.github/workflows/test-pip-install.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] # Adjust Python versions as needed + python-version: ["3.11", "3.12", "3.13"] # Adjust Python versions as needed steps: - uses: actions/checkout@v2