From dfa48bdd30596875ef30083b9738c04887a2354b Mon Sep 17 00:00:00 2001 From: ciaranra Date: Tue, 15 Jul 2025 04:45:20 -0600 Subject: [PATCH] qulacs now supports Python 3.13 --- python/quantum-pecos/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/quantum-pecos/pyproject.toml b/python/quantum-pecos/pyproject.toml index 61c19772a..a313638ff 100644 --- a/python/quantum-pecos/pyproject.toml +++ b/python/quantum-pecos/pyproject.toml @@ -67,7 +67,7 @@ visualization = [ ] simulators = [ "quantum-pecos[projectq]", - "quantum-pecos[qulacs]; python_version < '3.13'", + "quantum-pecos[qulacs]", ] wasm-all = [ "quantum-pecos[wasmtime]",