-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
3.6
guard when setting `poetry config experimental.system-gi…
…t-client` We no longer support Python 3.6, so this now always needs to happen. I also bumped the minimum version of `poetry` up to `1.2` as that's when the flag was added. It shouldn't matter, as python will default to the highest version allowed by that version of python, and now that we only support `3.7` onwards that will be the upper bound.
- Loading branch information
1 parent
e95a271
commit ca57965
Showing
3 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters