mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 13:57:54 -05:00
Remove Python 3.5 support
This commit is contained in:
4
setup.py
4
setup.py
@@ -24,14 +24,12 @@ setup(
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8'
|
||||
],
|
||||
keywords='ethereum',
|
||||
# web3.py doesn't work on 3.5.2 and less (https://github.com/ethereum/web3.py/issues/1012)
|
||||
python_requires='>=3.5.3,<4',
|
||||
python_requires='>=3.6,<4',
|
||||
install_requires=[
|
||||
'web3==4.7.2',
|
||||
'eth-utils==1.10.0',
|
||||
|
||||
Reference in New Issue
Block a user