From 5ac6279dc96b4c436b34990a1ecc79d8548b220b Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Tue, 6 Apr 2021 11:42:25 +0100 Subject: [PATCH] Django 3.2 final --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bccccf..efda060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python: [3.6, 3.7, 3.8, 3.9] - django: [2.2, 3.0, 3.1, 3.2rc1] + django: [2.2, 3.0, 3.1, 3.2] steps: - uses: actions/checkout@v2