Commit 33d9594
authored
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 support1 parent 53d37b3 commit 33d9594
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
0 commit comments