Skip to content

Commit 9d59951

Browse files
committed
Switch min-poetry to 3.7
1 parent a24977c commit 9d59951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
tox-env: min
8181
os: macos-13
8282
- python-version: '3.6'
83-
tox-env: min-poetry
8483
os: macos-13
85-
- python-version: '3.6'
84+
- python-version: '3.7'
8685
os: macos-13
8786
- python-version: '3.7'
87+
tox-env: min-poetry
8888
os: macos-13
8989
- python-version: '3.8'
9090
os: macos-13

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps =
1717
pipenv<2024.3.0
1818

1919
[testenv:min-poetry]
20-
basepython = python3.6
20+
basepython = python3.7
2121
deps =
2222
{[testenv:min]deps}
2323
poetry-core<2

0 commit comments

Comments
 (0)