From e05f117b00ceee339edce0e9ea5bf6a89bcb8e31 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sat, 27 Jan 2024 11:47:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20also=20test=20on=20Python=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84ca9fa8c..0d370e93d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -259,7 +259,6 @@ build = "cp3*" skip = "*-musllinux*" archs = "auto64" test-command = "python -c \"from mqt import qmap\"" -test-skip = "cp312-*" # Qiskit Terra does not support Python 3.12 yet build-frontend = "build" [tool.cibuildwheel.linux]