Skip to content

Commit

Permalink
Merge pull request #533 from crytic/fix/ci-brownie
Browse files Browse the repository at this point in the history
fix(ci): guard brownie on Py3.10,3.11
  • Loading branch information
0xalpharush authored Jan 11, 2024
2 parents e6b2f49 + 8db9bdc commit 25e3e88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25e3e88

Please sign in to comment.