drop py38 from CI

This commit is contained in:
pacrob
2025-01-25 15:30:59 -07:00
committed by Paul Robinson
parent fe43b84a7d
commit 20580b9a4e
4 changed files with 9 additions and 11 deletions

View File

@ -90,7 +90,7 @@ setup(
url="https://github.com/libp2p/py-libp2p",
include_package_data=True,
install_requires=install_requires,
python_requires=">=3.8, <4",
python_requires=">=3.9, <4",
extras_require=extras_require,
py_modules=["libp2p"],
license="MIT/APACHE2.0",
@ -105,7 +105,6 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",