From 46590beab9f62388affc484acc75f96eb946cf62 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Sat, 14 Jan 2023 18:22:46 -0500 Subject: [PATCH] Add poetry version 1.3.1 to ci matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1b31a..684bc09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10"] - poetry-version: [1.0, 1.1.15, 1.2.2] + poetry-version: ["1.0", "1.1.15", "1.2.2", "1.3.1"] os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: