From f2543253f6759cd00ae2cecd54820a95c8506477 Mon Sep 17 00:00:00 2001 From: Michael Matzka <14311597+mima0815@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:09:24 +0100 Subject: [PATCH 1/2] fix(ci): fix poetry installer --- .github/workflows/ci.yml | 2 +- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64870c3..2294a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [ 3.7, 3.8, 3.9, 3.10, 3.11 ] steps: - name: Checkout repository diff --git a/.gitignore b/.gitignore index 86809b7..09dc050 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,5 @@ dmypy.json # vscode .vscode/ + +.idea/ From 6a97b642e2a93f3c952f1ab862bbb0a792624ff5 Mon Sep 17 00:00:00 2001 From: Michael Matzka <14311597+mima0815@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:10:49 +0100 Subject: [PATCH 2/2] fix(ci): fix poetry installer --- .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 2294a43..3a3c3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ 3.7, 3.8, 3.9, 3.10, 3.11 ] + python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] steps: - name: Checkout repository