Skip to content

Commit fa034db

Browse files
committed
Migrate to pyproject.toml
1 parent 0eb794e commit fa034db

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
40+
poetry-version: [ "1.8.3" ]
41+
42+
exclude:
43+
- python-version: "3.7"
44+
poetry-version: "1.8.3"
45+
include:
46+
- python-version: "3.7"
47+
poetry-version: "1.7.1"
4048

4149
steps:
4250
- uses: actions/checkout@v4
@@ -45,7 +53,7 @@ jobs:
4553
uses: dsoftwareinc/setup-python-poetry-action@v1
4654
with:
4755
python-version: ${{ matrix.python-version }}
48-
poetry-version: 1.8.3
56+
poetry-version: ${{ matrix.poetry-version }}
4957

5058
- name: Test
5159
run: |

0 commit comments

Comments
 (0)