From bebed717e8738d5fa37b61452001d93f09acc65f Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Mon, 19 Aug 2024 09:41:55 +0000 Subject: [PATCH] comment [integration] --- pyodide_build/tools/pyo3_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyodide_build/tools/pyo3_config.ini b/pyodide_build/tools/pyo3_config.ini index c18a2ee..f8eebe5 100644 --- a/pyodide_build/tools/pyo3_config.ini +++ b/pyodide_build/tools/pyo3_config.ini @@ -1,5 +1,5 @@ implementation=CPython -# this value will be overridden by PYO3_CROSS_PYTHON_VERSION +; this value will be overridden by PYO3_CROSS_PYTHON_VERSION version=3.10 shared=true abi3=false