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.
2 parents e6b2f49 + 8db9bdc commit 25e3e88Copy full SHA for 25e3e88
.github/workflows/ci.yml
@@ -33,6 +33,12 @@ jobs:
33
# Explore foundry support in windows
34
- os: windows-2022
35
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
42
# brownie does not install correctly with Python 3.12
43
- python: 3.12
44
type: brownie
0 commit comments