From 56702de99b80c3adb4f5cefa93571cd2c7143fc8 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 22 Jan 2022 11:24:41 -0600 Subject: [PATCH 1/2] docs(README): Note minimum python version of 3.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c8ad1..ac88260 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ You can also install Poetry for a `git` repository by using the `--git` option: python install-poetry.py --git https://github.com/python-poetry/poetry.git@master ```` -**Note**: Note that the installer does not support Python < 3.6. +**Note**: Note that the installer does not support Python < 3.7. From b5e84ca5aca2100e781bc6a4863981171c2f30d9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 22 Jan 2022 11:28:34 -0600 Subject: [PATCH 2/2] ci(installer): Remove python 3.6 check --- .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 4366587..6464785 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.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] args: - "" - "--preview"