From 2bdd766b48c0f052d5efd0af018c10499f735944 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 27 Jun 2024 07:49:33 +0100 Subject: [PATCH] Attempt to build Windows/x86 12.5.0 wheels --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index bab4378..10d9e62 100644 --- a/config.json +++ b/config.json @@ -2,9 +2,9 @@ "user": "norm", "macx86_64": false, "macaarch64": false, - "linuxx86_64": true, + "linuxx86_64": false, "linuxaarch64": false, - "windows": false, + "windows": true, "macpath": "/Volumes/Saxonica/src/saxonica/saxondev", - "date": "2024-06-27T07-45-03" + "date": "2024-06-27T07-49-03" }