This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-27534
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 7d1cf627a8cbd99a492d4b5ab55704a2baba2f69
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Jan 13 11:06:22 2026 +0100

    IGNITE-27534 Python Client: Fix wheels building for Windows
---
 .github/workflows/python_dbapi_wheels.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/python_dbapi_wheels.yml 
b/.github/workflows/python_dbapi_wheels.yml
index d8dccd213d1..cfcf8b86a0c 100644
--- a/.github/workflows/python_dbapi_wheels.yml
+++ b/.github/workflows/python_dbapi_wheels.yml
@@ -65,8 +65,7 @@ jobs:
             modules/platforms/
 
       - uses: actions/setup-python@v6
-        with:
-          python-version: 3.11
+      # Do not specify a concrete version of python here as it causes 
cibuildwheel to link a DLL for the wrong version of python on Windows
 
       - name: Install cibuildwheel
         run: python -m pip install cibuildwheel==3.3.0

Reply via email to