From f72597c448bc3c9f0382b5e082e090b2572b5203 Mon Sep 17 00:00:00 2001 From: Max Amelchenko Date: Tue, 12 Sep 2023 11:17:12 +0300 Subject: [PATCH] feat(general): remove 3.7 integ. test (#5556) remove 3.7 integ. test Co-authored-by: Max Amelchenko --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e6feb3076e..7e19dcac4ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: true matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: