Skip to content

Commit dc2b1f8

Browse files
committed
fix(ci): guard brownie on Py3.10,3.11
1 parent e6b2f49 commit dc2b1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
# Explore foundry support in windows
3434
- os: windows-2022
3535
type: foundry
36-
# brownie does not install correctly with Python 3.12
37-
- python: 3.12
36+
# brownie does not install correctly
37+
- python: [3.10, 3.11, 3.12]
3838
type: brownie
3939
# TODO: review failure executing npx on Windows
4040
- os: windows-2022

0 commit comments

Comments
 (0)