Django 4.1 does support python 3.8 to 3.11

This commit is contained in:
Kien Dang 2023-05-27 00:19:55 +08:00
parent cf88b5ff1b
commit da4b813ed4

View File

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
django: ["2.2", "3.0", "3.1", "3.2", "4.0"]
django: ["2.2", "3.0", "3.1", "3.2", "4.0", "4.1"]
python-version: ["3.8", "3.9"]
include:
- django: "2.2"