Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support Python 3.10 #2549

Merged
merged 10 commits into from
Feb 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix blake2b-py dep
charles-cooper committed Jan 9, 2022
commit f82ed78335b52b87d6feed8885f69ff85e42db00
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"pytest-cov>=2.10,<3.0",
"pytest-instafail>=0.4,<1.0",
"pytest-xdist>=1.32,<2.0",
"eth-tester[py-evm]>=0.5.0b1,<0.6",
"py-evm==0.4.0a4", # NOTE: temporarily pinned until we have support for py-evm 0.5.0a0+
"eth-tester[py-evm,blake2b-py]>=0.5.0b1,<0.6",
"py-evm[blake2b-py]==0.4.0a4", # NOTE: temporarily pinned until we have support for py-evm 0.5.0a0+
"web3==5.21.0",
"tox>=3.15,<4.0",
"lark-parser==0.10.0",