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 e66fab6 commit 7135957Copy full SHA for 7135957
.github/workflows/ci.yml
@@ -33,6 +33,15 @@ jobs:
33
# Explore foundry support in windows
34
- os: windows-2022
35
type: foundry
36
+ # Deprecation alerts in vyper with newer python, which trip tests
37
+ - python: 3.12
38
+ type: vyper
39
+ # brownie does not install correctly with Python 3.12
40
41
+ type: brownie
42
+ # TODO: review failure executing npx on Windows
43
+ - os: windows-2022
44
+ python: 3.12
45
steps:
46
- uses: actions/checkout@v4
47
- name: Set up shell
0 commit comments