From c03ff2e22281461fb407854f4a221c1a778ed6b1 Mon Sep 17 00:00:00 2001 From: Santiago Debus Date: Mon, 24 Mar 2025 14:30:40 -0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5647a3c..d2708c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,9 +16,6 @@ jobs: strategy: matrix: python-version: - - '3.7' - - '3.8' - - '3.9' - '3.10' steps: @@ -28,12 +25,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - name: Upgrade packaging tools run: python -m pip install --upgrade pip setuptools virtualenv wheel