Skip to content

Commit ff1afc9

Browse files
authored
remove poetry 1.5 from testing
1 parent 1ec4cb6 commit ff1afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
python-version: [3.8, 3.9, "3.10", "3.11"]
21-
poetry-version: [1.5.1, 1.6.1]
21+
poetry-version: [1.6.1]
2222
os: [ubuntu-latest, macos-latest]
2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)