We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2b1f8 commit 8db9bdcCopy full SHA for 8db9bdc
.github/workflows/ci.yml
@@ -33,8 +33,14 @@ jobs:
33
# Explore foundry support in windows
34
- os: windows-2022
35
type: foundry
36
- # brownie does not install correctly
37
- - python: [3.10, 3.11, 3.12]
+ # brownie does not install correctly with Python 3.10
+ - python: 3.10
38
+ type: brownie
39
+ # brownie does not install correctly with Python 3.11
40
+ - python: 3.11
41
42
+ # brownie does not install correctly with Python 3.12
43
+ - python: 3.12
44
type: brownie
45
# TODO: review failure executing npx on Windows
46
0 commit comments