drop py37 support (#104)

This commit is contained in:
Paul Robinson
2023-10-04 15:36:57 -06:00
committed by GitHub
parent 0065691db7
commit 82425694f6
3 changed files with 4 additions and 21 deletions

View File

@ -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",