|
@@ -29,7 +29,7 @@ classifiers = [
|
|
|
]
|
|
|
license = {text="BSD"}
|
|
|
dependencies = [
|
|
|
- "msgpack >=1.0.3, <=1.0.7",
|
|
|
+ "msgpack >=1.0.3, <=1.0.8",
|
|
|
"packaging",
|
|
|
"platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,
|
|
|
"platformdirs >=2.6.0, <5.0.0; sys_platform != 'darwin'", # for others: 2.6+ works consistently.
|
|
@@ -65,7 +65,7 @@ where = ["src"]
|
|
|
"*" = ["*.c", "*.h", "*.pyx"]
|
|
|
|
|
|
[build-system]
|
|
|
-requires = ["setuptools", "wheel", "pkgconfig", "Cython>=3", "setuptools_scm[toml]>=6.2"]
|
|
|
+requires = ["setuptools", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
[tool.setuptools_scm]
|