Skip to content

Commit 9aadf36

Browse files
authored
chaged to 3.7+ support in readme (ethereum#2428)
* chaged to 3.7+ support * changed readme to 3.7.2+ * changed setup.py for python 3.7.2
1 parent fe36d83 commit 9aadf36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A Python library for interacting with Ethereum, inspired by [web3.js](https://github.com/ethereum/web3.js).
88

9-
* Python 3.6+ support
9+
* Python 3.7.2+ support
1010

1111
---
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"typing-extensions>=3.7.4.1,<5;python_version<'3.8'",
9292
"websockets>=10.0.0,<11",
9393
],
94-
python_requires='>=3.7,<3.11',
94+
python_requires='>=3.7.2,<3.11',
9595
extras_require=extras_require,
9696
py_modules=['web3', 'ens', 'ethpm'],
9797
entry_points={"pytest11": ["pytest_ethereum = web3.tools.pytest_ethereum.plugins"]},

0 commit comments

Comments
 (0)