Skip to content

Commit 25e3e88

Browse files
authored
Merge pull request #533 from crytic/fix/ci-brownie
fix(ci): guard brownie on Py3.10,3.11
2 parents e6b2f49 + 8db9bdc commit 25e3e88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
# Explore foundry support in windows
3434
- os: windows-2022
3535
type: foundry
36+
# brownie does not install correctly with Python 3.10
37+
- python: 3.10
38+
type: brownie
39+
# brownie does not install correctly with Python 3.11
40+
- python: 3.11
41+
type: brownie
3642
# brownie does not install correctly with Python 3.12
3743
- python: 3.12
3844
type: brownie

0 commit comments

Comments
 (0)