Skip to content

Commit 55ed2a1

Browse files
committed
misc: pin eth_abi to v3
see: ethereum/eth-abi#161
1 parent 8f28239 commit 55ed2a1

File tree

3 files changed

+29
-120
lines changed

3 files changed

+29
-120
lines changed

.github/workflows/build-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-latest, ubuntu-20.04]
14-
python-version: ["3.8", "3.9", "^3"]
14+
python-version: ["3.8", "3.9", "3.11"]
1515
include:
1616
- os: ubuntu-22.04
1717
python-version: 3.9

0 commit comments

Comments
 (0)