From faaa57be93c480d63e80f87c7328a11989137a88 Mon Sep 17 00:00:00 2001 From: kimihito Date: Tue, 13 Aug 2024 21:14:11 +0900 Subject: [PATCH] chore: Update CI for Django 4.2 Python 3.12 support (#208) --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa912fc..ebf55e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,6 @@ jobs: django: "5.0" - python-version: "3.9" django: "5.0" - # django 4.2 does not support 3.12 - - python-version: "3.12" - django: "4.2" services: disque: