From 2b49533d423538366f49459cf014230df4962b75 Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Sat, 27 Jan 2024 10:25:06 -0600 Subject: [PATCH] Test and support Django 5.0 (#406) --- .github/workflows/ci.yml | 5 +++++ setup.cfg | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a131a11e..3e5dcec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,9 +72,14 @@ jobs: - "3.2" - "4.1" - "4.2" + - "5.0" exclude: - python-version: "3.12" django-version: "2.2" + - python-version: "3.8" + django-version: "5.0" + - python-version: "3.9" + django-version: "5.0" steps: - uses: actions/checkout@v3 - name: Setup Python version ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index ef2cdfab..73b49541 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Framework :: Django :: 4.0 Framework :: Django :: 4.1 Framework :: Django :: 4.2 + Framework :: Django :: 5.0 Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent