diff --git a/ci/django.yml b/ci/django.yml index 0503635290..162e609bf6 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -13,12 +13,12 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.9, 3.11, 3.13] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install Dependencies