removing 3.2 django builds from ci/cd

This commit is contained in:
DavidVadnais 2025-03-18 22:24:58 +00:00
parent 753b053074
commit f128c79856

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["32","4"] django-version: ["4"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -21,8 +21,7 @@ jobs:
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: no-cache-${{ github.run_id }} key: ${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-testing.txt')}}-${{ hashFiles('tox.ini') }}-${{ matrix.python-version }}-${{ matrix.django-version }}
#key: ${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-testing.txt')}}-${{ hashFiles('tox.ini') }}-${{ matrix.python-version }}-${{ matrix.django-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |