@@ -7,8 +7,8 @@ authors = [
77license = " MIT"
88repository = " https://github.com/MarshalX/python-libipld"
99readme = " README.md"
10- keywords = [" library" , " lib" , " ipld" , " cid" , " multibase" , " multihash" , " dag" , " cbor" , " json" , " pb" , " dag-cbor" , " dag-json" , " dag-pb " ]
11- requires-python = " >=3.7 "
10+ keywords = [" library" , " lib" , " ipld" , " cid" , " multibase" , " multihash" , " dag" , " cbor" , " json" , " pb" , " dag-cbor" , " dag-json" ]
11+ requires-python = " >=3.8 "
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
1414 " Intended Audience :: Developers" ,
@@ -20,12 +20,12 @@ classifiers = [
2020 " Programming Language :: Python :: Implementation :: CPython" ,
2121 " Programming Language :: Python :: Implementation :: PyPy" ,
2222 " Programming Language :: Python :: 3 :: Only" ,
23- " Programming Language :: Python :: 3.7" ,
2423 " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
2726 " Programming Language :: Python :: 3.11" ,
2827 " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
2929 " Topic :: Software Development" ,
3030 " Topic :: Software Development :: Libraries :: Python Modules" ,
3131 " Topic :: Software Development :: Pre-processors" ,
0 commit comments