mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 13:57:54 -05:00
Add py38 setup.py and tests
This commit is contained in:
@@ -8,6 +8,8 @@ matrix:
|
||||
env: TOX_POSARGS="-e py36"
|
||||
- python: "3.7"
|
||||
env: TOX_POSARGS="-e py37"
|
||||
- python: "3.8"
|
||||
env: TOX_POSARGS="-e py38"
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
script:
|
||||
|
||||
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ setup(
|
||||
],
|
||||
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,<3.8.0',
|
||||
python_requires='>=3.5.3,<4',
|
||||
install_requires=[
|
||||
'web3==4.7.2',
|
||||
'eth-utils==1.8.4',
|
||||
|
||||
Reference in New Issue
Block a user