diff --git a/.github/workflows/matrix-test.yml b/.github/workflows/matrix-test.yml index b3029f5..5a9bcad 100644 --- a/.github/workflows/matrix-test.yml +++ b/.github/workflows/matrix-test.yml @@ -17,8 +17,6 @@ jobs: - '3.x' # Most Recent 3.x release - '3.12' # EOL xx Oct 2028 - '3.11' # EOL xx Oct 2027 - - '3.10' # EOL xx Oct 2026 - - '3.9' # EOL xx Oct 2025 name: Python ${{ matrix.python-version }} Testing steps: - uses: actions/checkout@v6