1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-13 13:17:11 -04:00

ci: update matrix versions

This commit is contained in:
Bjorn Neergaard 2022-09-06 01:08:33 -06:00
parent ac6fb50a38
commit edbdec9887

View file

@ -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