Skip to content

Commit e609d02

Browse files
committed
Bump py-geth out of beta, now that stable is released.
1 parent 3f2a93b commit e609d02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3458.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump `py-geth` to ``>=5.0.0`` from ``>=5.0.0b1`` now that stable has been released. This only matters for the ``test`` install extra (CI and dev purposes).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"test": [
3434
"eth-tester[py-evm]>=0.11.0b1,<0.13.0b1",
35-
"py-geth>=5.0.0b1",
35+
"py-geth>=5.0.0",
3636
"pytest-asyncio>=0.18.1,<0.23",
3737
"pytest-mock>=1.10",
3838
"pytest-xdist>=2.4.0",

0 commit comments

Comments
 (0)