chore: remove python 3.10 support and testing

This commit is contained in:
Caren Thomas
2025-08-06 14:16:10 -07:00
parent 03576581fc
commit 63db81e7fa

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2