Skip to content

Commit 5b8ec26

Browse files
committed
Fix Windows test
1 parent 4e2d64b commit 5b8ec26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_platform_specific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"marker": pytest.mark.macos,
2525
},
2626
"windows": {
27-
"min_version": "0.4.5",
27+
"min_version": "0.4.1",
2828
"api_url": "https://binaries.soliditylang.org/windows-amd64/list.json",
2929
"marker": pytest.mark.windows,
3030
},

0 commit comments

Comments
 (0)