File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 69.5.1 " ]
2+ requires = [" setuptools >= 80.9.0 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " msgpack"
77dynamic = [" version" ]
8- license = { text = " Apache 2.0" }
8+ license = " Apache- 2.0"
99authors = [{
name =
" Inada Naoki" ,
email =
" [email protected] " }]
1010description = " MessagePack serializer"
1111readme = " README.md"
@@ -22,10 +22,10 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2526 " Programming Language :: Python :: Implementation :: CPython" ,
2627 " Programming Language :: Python :: Implementation :: PyPy" ,
2728 " Intended Audience :: Developers" ,
28- " License :: OSI Approved :: Apache Software License" ,
2929]
3030
3131[project .urls ]
Original file line number Diff line number Diff line change 1- Cython ~= 3.0.11
1+ Cython ~= 3.1.1
You can’t perform that action at this time.
0 commit comments