-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test Python 3.7 with a poetry that supports it (#21)
* Test Python 3.7 with a poetry that supports it Poetry [dropped support for Python 3.7](python-poetry/poetry#7674) in [version 1.6.0](https://python-poetry.org/history/#160---2023-08-20). There's no reason why this plugin cannot work in a python 3.7 environment, provided a poetry that supports that environment is installed. Since poetry 1.5.1 was the last version to support Python 3.7 this change switches the test setup to use poetry 1.5.1 in the case of the Python 3.7 branch of the testing matrix. * Clarify the specifics of Python 3.7 support
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 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