From 7888c107726de8692461d634d568bf36e4588518 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Mon, 5 Jun 2023 13:16:04 -0500 Subject: [PATCH] Add Django 4.2 classifier back. Changes the tests to use Django 4.2 and not a pre-release --- .github/workflows/testing.yml | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b3ce61c..f57de7e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: fail-fast: false matrix: python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] - django-version: [ "3.2", "4.0", "4.1", "4.2a1"] + django-version: [ "3.2", "4.0", "4.1", "4.2"] drf-version: [ "3.11", "3.12", "3.13" ] exclude: # Python 3.7 is incompatible with Django v4+ @@ -39,7 +39,7 @@ jobs: python-version: 3.7 - django-version: 4.1 python-version: 3.7 - - django-version: 4.2a1 + - django-version: 4.2 python-version: 3.7 # Python 3.11 is incompatible with Django