diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 6946c24..2a3f686 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8,3.9,3.10] + python-version: [3.8,3.9] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -31,7 +31,7 @@ jobs: needs: build strategy: matrix: - python-version: [3.8,3.9,3.10] + python-version: [3.8,3.9] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}