mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
drop py37 support (#104)
This commit is contained in:
3
setup.py
3
setup.py
@ -50,7 +50,7 @@ setup(
|
||||
install_requires=[
|
||||
"eth-utils>=2",
|
||||
],
|
||||
python_requires=">=3.7, <4",
|
||||
python_requires=">=3.8, <4",
|
||||
extras_require=extras_require,
|
||||
py_modules=["<MODULE_NAME>"],
|
||||
license="MIT",
|
||||
@ -64,7 +64,6 @@ setup(
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Natural Language :: English",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
||||
Reference in New Issue
Block a user