From 4f96e02d70188f2332aa5f136f8218095c74ca49 Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 9 Jan 2024 02:57:30 -0800 Subject: [PATCH] Add Python 3.12 and Django 5.0 to CI matrix --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 529e696b..55035392 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,9 +30,11 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" django: - "3.2.*" - "4.2.*" + - "5.0.*" exclude: - python: "3.11" django: "3.2.*"