diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a70970..7624755 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: strategy: max-parallel: 6 matrix: - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12' ] django-version: [ '5.0.6', '5.1b1' ] include: - python-version: '3.12' @@ -127,7 +127,7 @@ jobs: strategy: max-parallel: 6 matrix: - python-version: [ '3.10', '3.11', '3.12', '3.13' ] + python-version: [ '3.10', '3.11', '3.12' ] django-version: [ '5.0.6', '5.1b1' ] outputs: