From 90f13025d44fe97c5f8703921d0be8075a207d5c Mon Sep 17 00:00:00 2001 From: YuzheChen-png <3807171445@qq.com> Date: Thu, 30 Jul 2026 17:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20Python=20=E7=9F=A9=E9=98=B5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3=E6=94=AF=E6=8C=81=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=88=E7=A7=BB=E9=99=A4=203.7=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=203.10/3.11=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ci: update Python matrix to supported versions (remove 3.7, add 3.10/3.11) ci: 将 Python 矩阵更新至受支持版本(移除 3.7,新增 3.10/3.11) 说明:Remove Python 3.7 from CI matrix because the hosted actions/python-versions manifest no longer provides 3.7; add Python 3.10 and 3.11 to test on currently-supported interpreters. 从 CI 矩阵中移除 Python 3.7,因为托管的 actions/python-versions 清单不再提供 3.7 版本;添加 Python 3.10 和 3.11 以在当前受支持的解释器上进行测试。 --- ci/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/django.yml b/ci/django.yml index 0503635290..73887b3e1e 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