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

Remove python 3.7 from matrix build, as it is no longer supported by latest version of poetry (1.6.1), and install will always fail

This commit is contained in:
Yuriy Ostapenko 2023-09-17 21:06:23 +02:00 committed by GitHub
parent 53bcf30fa7
commit 5a16f53f06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
args:
- ""
- "--preview"