mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 13:57:54 -05:00
Merge pull request #294 from blockchain-etl/add_python39_to_tests
Add python 3.9 to tests
This commit is contained in:
@@ -8,6 +8,8 @@ matrix:
|
||||
env: TOX_POSARGS="-e py37"
|
||||
- python: "3.8"
|
||||
env: TOX_POSARGS="-e py38"
|
||||
- python: "3.9"
|
||||
env: TOX_POSARGS="-e py39"
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
script:
|
||||
|
||||
3
setup.py
3
setup.py
@@ -26,7 +26,8 @@ setup(
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8'
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9'
|
||||
],
|
||||
keywords='ethereum',
|
||||
python_requires='>=3.6,<4',
|
||||
|
||||
Reference in New Issue
Block a user