Skip to content

Commit ac4e5a5

Browse files
committed
update Cython to 3.11
1 parent 0eeabfb commit ac4e5a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
2-
requires = ["setuptools >= 69.5.1"]
2+
requires = ["setuptools >= 80.9.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "msgpack"
77
dynamic = ["version"]
8-
license = {text="Apache 2.0"}
8+
license = "Apache-2.0"
99
authors = [{name="Inada Naoki", email="[email protected]"}]
1010
description = "MessagePack serializer"
1111
readme = "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]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cython~=3.0.11
1+
Cython~=3.1.1

0 commit comments

Comments
 (0)