Skip to content

Commit

Permalink
fix: try lowering vyper min version for Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Mar 12, 2024
1 parent 3b31d36 commit 27d8459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ethpm-types", # Use same version as eth-ape
"tqdm", # Use same version as eth-ape
"vvm>=0.2.0,<0.3",
"vyper~=0.3.10",
"vyper~=0.3.7",
],
python_requires=">=3.8,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 27d8459

Please sign in to comment.