From: Allen Hernandez Date: Wed, 21 May 2025 08:20:56 +0000 (-0400) Subject: CI: skips type check until mypy ready for 3.14 (#2936) X-Git-Tag: 0.47.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc4b9379c363a4c136cc0f8f29bb89ec7d641d3e;p=thirdparty%2Fstarlette.git CI: skips type check until mypy ready for 3.14 (#2936) Co-authored-by: Allen Hernandez <2349718+AllenSH12@users.noreply.github.com> --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 17d6b3e4..90b8a79f 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -26,6 +26,7 @@ jobs: run: "scripts/install" - name: "Run linting checks" run: "scripts/check" + if: ${{ matrix.python-version != '3.14' }} - name: "Build package & docs" run: "scripts/build" - name: "Run tests"