From c9572dc774fc9a063f3d58af9ba76bdea818a1ac Mon Sep 17 00:00:00 2001 From: xystudio889 <173288240@qq.com> Date: Thu, 5 Feb 2026 20:58:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A03.6=E5=92=8C3.7=E7=9A=84?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b25f67..720de27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4 - name: Set up Python From d0854d2a1ff0cb80bc8cf99157f49fa4e15d07b9 Mon Sep 17 00:00:00 2001 From: xystudio889 <173288240@qq.com> Date: Thu, 5 Feb 2026 21:03:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=86=8D=E6=AC=A1=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=863.6=E5=92=8C3.7=E7=9A=84=E6=B5=8B=E8=AF=95=E6=94=AF?= =?UTF-8?q?=E6=8C=81=EF=BC=8C=E5=9B=A0=E4=B8=BA=E4=B8=8D=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 720de27..0b25f67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v4 - name: Set up Python