Skip to content

Commit e5a2f11

Browse files
authored
don't test poetry self add with python 3.7
1 parent 9a62bd1 commit e5a2f11

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
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: true
4949
matrix:
50-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
50+
python-version: [3.8, 3.9, "3.10", "3.11"]
5151
poetry-version: [1.6.1]
5252
os: [ubuntu-latest, macos-latest]
5353
steps:

0 commit comments

Comments
 (0)