chore: cleanup workflows for core

This commit is contained in:
Andy Li
2025-08-06 16:01:26 -07:00
committed by GitHub
parent bba9753e1c
commit fd9dc0c1f8

View File

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