Skip to content

Commit 4ebd8d2

Browse files
author
tobias
committed
bump version in supported versions
1 parent b22592b commit 4ebd8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def solc_version():
2020

2121
@pytest.fixture()
2222
def supported_solc_version(solc_version):
23-
if solc_version not in Spec('>=0.4.1,<=0.4.17,!=0.4.10,!=0.4.3,!=0.4.4,!=0.4.5'):
23+
if solc_version not in Spec('>=0.4.1,<=0.4.25,!=0.4.10,!=0.4.3,!=0.4.4,!=0.4.5'):
2424
raise AssertionError("Unsupported compiler version: {0}".format(solc_version))
2525

2626
return solc_version

0 commit comments

Comments
 (0)