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