From b1ed1c45267d22f85e3e07e383ba883cf992adff Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Mon, 22 Dec 2025 02:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E4=B8=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9F=A9=E9=98=B5=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A=20python?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 6e80c1c..bfedb70 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -3,7 +3,7 @@ name: Code Coverage on: push: branches: - - 'main' + - "main" pull_request: concurrency: @@ -16,8 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # python-version: ['3.10', '3.11', '3.12', '3.13'] - python-version: ['3.10', '3.11', '3.12'] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false env: