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 e6b2f49 commit dc2b1f8Copy full SHA for dc2b1f8
.github/workflows/ci.yml
@@ -33,8 +33,8 @@ jobs:
33
# Explore foundry support in windows
34
- os: windows-2022
35
type: foundry
36
- # brownie does not install correctly with Python 3.12
37
- - python: 3.12
+ # brownie does not install correctly
+ - python: [3.10, 3.11, 3.12]
38
type: brownie
39
# TODO: review failure executing npx on Windows
40
0 commit comments