From edbdec988762c690afea60655c1c82f29dbd142f Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Tue, 6 Sep 2022 01:08:33 -0600 Subject: [PATCH] ci: update matrix versions --- .github/workflows/installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 759c01b..15525fc 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -25,12 +25,12 @@ jobs: strategy: matrix: os: [Ubuntu, macOS, Windows] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] args: - "" - "--preview" - "--git https://github.com/python-poetry/poetry.git" - - "--version 1.1.14" + - "--version 1.1.15" include: - os: Ubuntu image: ubuntu-latest