diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index eb2beda..e72e14f 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10] # Specify the desired Python versions + python-version: [3.6, 3.12] # Specify the desired Python versions steps: - name: Checkout code