diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index a04bc88..7149bc6 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -25,13 +25,16 @@ jobs: strategy: matrix: os: [Ubuntu, macOS, Windows] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: + - "3.9" + - "3.10" + - "3.11" + - "3.12" + - "3.13" args: - "" - "--preview" - "--git https://github.com/python-poetry/poetry.git" - - "--version 1.1.15" - - "--version 1.2.0" include: - os: Ubuntu image: ubuntu-22.04