diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e6c43..d37e441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,12 @@ jobs: # Explore foundry support in windows - os: windows-2022 type: foundry + # 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