From 164b2f02d8008c1218bf54971d570af77f358298 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Fri, 24 Jul 2026 16:41:23 +1000 Subject: [PATCH] Build wheels with Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e198725..2ff7c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ ghostty-rev = "88b4cd047fa627cdca6781bc7e7dc8b75a2cecb9" zig-version = "0.15.2" [tool.cibuildwheel] -build = "cp310-*" +build = "cp311-*" skip = "*-musllinux_* *-win32" test-requires = "pytest" test-command = "pytest {project}/tests"