Skip to content

fix: not support 3.14 yet - #23

Merged
PsiACE merged 1 commit into
agentclientprotocol:mainfrom
yihong0618:hy/not_support_314_yet
Nov 5, 2025
Merged

fix: not support 3.14 yet#23
PsiACE merged 1 commit into
agentclientprotocol:mainfrom
yihong0618:hy/not_support_314_yet

Conversation

@yihong0618

Copy link
Copy Markdown
Contributor

start at make


error: failed to run custom build command for `pyo3-ffi v0.24.1`
Caused by:
process didn't exit successfully:
`/Users/hyi/.cache/uv/sdists-v9/pypi/pydantic-core/2.33.2/e9jd8V7HJM5wSlZAicFyB/src/target/release/build/pyo3-ffi-13f270f9ad7f0e70/build-script-build`
(exit status: 1)
--- stdout
cargo:rustc-check-cfg=cfg(Py_LIMITED_API)
cargo:rustc-check-cfg=cfg(Py_GIL_DISABLED)
cargo:rustc-check-cfg=cfg(PyPy)
cargo:rustc-check-cfg=cfg(GraalPy)
cargo:rustc-check-cfg=cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))
cargo:rustc-check-cfg=cfg(pyo3_disable_reference_pool)
cargo:rustc-check-cfg=cfg(pyo3_leak_on_drop_without_reference_pool)
cargo:rustc-check-cfg=cfg(Py_3_7)
cargo:rustc-check-cfg=cfg(Py_3_8)
cargo:rustc-check-cfg=cfg(Py_3_9)
cargo:rustc-check-cfg=cfg(Py_3_10)
cargo:rustc-check-cfg=cfg(Py_3_11)
cargo:rustc-check-cfg=cfg(Py_3_12)
cargo:rustc-check-cfg=cfg(Py_3_13)
cargo:rustc-check-cfg=cfg(Py_3_14)
cargo:rerun-if-env-changed=PYO3_CROSS
cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
cargo:rerun-if-env-changed=PYO3_USE_ABI3_FORWARD_COMPATIBILITY
--- stderr
error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
= help: please check if an updated version of PyO3 is available. Current version: 0.24.1
= help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
warning: build failed, waiting for other jobs to finish...
💥 maturin failed
Caused by: Failed to build a native library through cargo
Caused by: Cargo build finished with "exit status: 101": `env -u CARGO MACOSX_DEPLOYMENT_TARGET="11.0"
PYO3_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit"
PYO3_PYTHON="/Users/hyi/.cache/uv/builds-v0/.tmptrmtmf/bin/python"
PYTHON_SYS_EXECUTABLE="/Users/hyi/.cache/uv/builds-v0/.tmptrmtmf/bin/python" "cargo" "rustc"
"--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path"
"/Users/hyi/.cache/uv/sdists-v9/pypi/pydantic-core/2.33.2/e9jd8V7HJM5wSlZAicFyB/src/Cargo.toml" "--release"
"--lib" "--crate-type" "cdylib" "--" "-C" "link-arg=-undefined" "-C" "link-arg=dynamic_lookup" "-C"
"link-args=-Wl,-install_name,@rpath/pydantic_core._pydantic_core.cpython-314-darwin.so"`
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/Users/hyi/.cache/uv/builds-v0/.tmptrmtmf/bin/python',
'--compatibility', 'off'] returned non-zero exit status 1
hint: This usually indicates a problem with the package or the build environment.
help: `pydantic-core` (v2.33.2) was included because `agent-client-protocol` (v0.6.3) depends on `pydantic` (v2.11.7) which
depends on `pydantic-core`
make: *** [help] Error 1

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@PsiACE
PsiACE merged commit 56a28fa into agentclientprotocol:mainNov 5, 2025
6 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@yihong0618@PsiACE