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: