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 1
1
[build-system ]
2
- requires = [" setuptools >= 69.5.1 " ]
2
+ requires = [" setuptools >= 80.9.0 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " msgpack"
7
7
dynamic = [" version" ]
8
- license = { text = " Apache 2.0" }
8
+ license = " Apache- 2.0"
9
9
authors = [{
name =
" Inada Naoki" ,
email =
" [email protected] " }]
10
10
description = " MessagePack serializer"
11
11
readme = " README.md"
@@ -22,10 +22,10 @@ classifiers = [
22
22
" Programming Language :: Python :: 3.11" ,
23
23
" Programming Language :: Python :: 3.12" ,
24
24
" Programming Language :: Python :: 3.13" ,
25
+ " Programming Language :: Python :: 3.14" ,
25
26
" Programming Language :: Python :: Implementation :: CPython" ,
26
27
" Programming Language :: Python :: Implementation :: PyPy" ,
27
28
" Intended Audience :: Developers" ,
28
- " License :: OSI Approved :: Apache Software License" ,
29
29
]
30
30
31
31
[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