diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 55be899..be85d2b 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.7', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 @@ -24,6 +24,7 @@ jobs: - uses: syphar/restore-virtualenv@v1 id: cache-virtualenv with: + custom_cache_key_element: ABLkit requirement_files: requirements.txt - uses: syphar/restore-pip-download-cache@v1