mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 14:25:13 -05:00
update to python v3.8
This commit is contained in:
@@ -3,6 +3,7 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name='pyspec',
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.8, <4",
|
||||
tests_require=["pytest"],
|
||||
install_requires=[
|
||||
"eth-utils>=1.3.0,<2",
|
||||
|
||||
Reference in New Issue
Block a user