eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k stars 551 forks source link

fix versions parsing RegExp #1747

Closed ssi91 closed 9 months ago

ssi91 commented 9 months ago

What I did

Added supporting the new pragma string for Vyper 0.3.10 according to the docs

Closes #1745

How I did it

Changed RegExp pattern to obtain the version of compiler

How to verify it

Checklist