From 5a16f53f06a68aaffe2bb783e1f5b17a7594b9df Mon Sep 17 00:00:00 2001 From: Yuriy Ostapenko <2004891+yuriyostapenko@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:06:23 +0200 Subject: [PATCH] Remove python 3.7 from matrix build, as it is no longer supported by latest version of poetry (1.6.1), and install will always fail --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index faee561..724721d 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [Ubuntu, macOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] args: - "" - "--preview"