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:
parent
53bcf30fa7
commit
5a16f53f06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue