crytic/crytic-compile

bronwie not supported for python3.10,3.11,3.12

0xalpharush opened this issue · 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 eth-brownie/brownie#1701

# brownie does not install correctly with Python 3.10
- python: 3.10
type: brownie
# brownie does not install correctly with Python 3.11
- python: 3.11
type: brownie
# brownie does not install correctly with Python 3.12
- python: 3.12
type: brownie

The latest brownie now supports 3.10~3.12 eth-brownie/brownie#1735 so we should be able to re-enable the tests