diff --git a/tests/conftest.py b/tests/conftest.py index 625aa34b..a6d221d3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -34,7 +34,7 @@ "0.3.7", "0.3.9", "0.3.10", - "0.4.0rc2", + "0.4.0rc3", ) CONTRACT_VERSION_GEN_MAP = { diff --git a/tests/test_compiler.py b/tests/test_compiler.py index 0ad3ae34..53ef329f 100644 --- a/tests/test_compiler.py +++ b/tests/test_compiler.py @@ -23,7 +23,7 @@ OLDER_VERSION_FROM_PRAGMA = Version("0.2.16") VERSION_37 = Version("0.3.7") VERSION_FROM_PRAGMA = Version("0.3.10") -VERSION_04 = Version("0.4.0rc2") +VERSION_04 = Version("0.4.0rc3") @pytest.fixture