diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd36c7d..48cdb2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: true max-parallel: 4 matrix: - python-version: [3.8, 3.9, '3.10', 3.11, 3.12] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13] django-version: [4.2, '5.0', 5.1] exclude: # Django 5.0 and 5.1 only support Python 3.10 to 3.12