diff --git a/.github/workflows/test-clir.yml b/.github/workflows/test-clir.yml index 73b9111..ea2fd6c 100644 --- a/.github/workflows/test-clir.yml +++ b/.github/workflows/test-clir.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7","3.8","3.9","3.10"] + python-version: ["3.8","3.9","3.10"] steps: - uses: actions/checkout@v4