mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
update Cython to 3.11
This commit is contained in:
parent
0eeabfb453
commit
ac4e5a532f
2 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[build-system]
|
||||
requires = ["setuptools >= 69.5.1"]
|
||||
requires = ["setuptools >= 80.9.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "msgpack"
|
||||
dynamic = ["version"]
|
||||
license = {text="Apache 2.0"}
|
||||
license = "Apache-2.0"
|
||||
authors = [{name="Inada Naoki", email="songofacandy@gmail.com"}]
|
||||
description = "MessagePack serializer"
|
||||
readme = "README.md"
|
||||
|
|
@ -22,10 +22,10 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Cython~=3.0.11
|
||||
Cython~=3.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue