From a337585677398819872d2c0dc506e4414df77627 Mon Sep 17 00:00:00 2001 From: YuzheChen-png <3807171445@qq.com> Date: Thu, 30 Jul 2026 17:47:12 +0800 Subject: [PATCH] Update Python versions in CI configuration --- ci/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/django.yml b/ci/django.yml index 0503635290..e9377436a9 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v4