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 |
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
crytic-compile/.github/workflows/ci.yml
Lines 36 to 44 in 25e3e88