crytic-compile icon indicating copy to clipboard operation
crytic-compile copied to clipboard

bronwie not supported for python3.10,3.11,3.12

Open 0xalpharush opened this issue 1 year ago • 1 comments

Brownie can't be tested or likely used alongside crytic-compile for python3.10,3.11,3.12. It's unclear the maintenance status, and we may have to drop support when we upgrade our minimum python version.

xref https://github.com/eth-brownie/brownie/issues/1701 https://github.com/crytic/crytic-compile/blob/25e3e88a21dc8827baf307fb718cecc6bb53a050/.github/workflows/ci.yml#L36-L44

0xalpharush avatar Jan 11 '24 19:01 0xalpharush

The latest brownie now supports 3.10~3.12 https://github.com/eth-brownie/brownie/pull/1735 so we should be able to re-enable the tests

elopez avatar Jul 22 '24 09:07 elopez