You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QECTOR v0.5.x public releases target standard CPython wheels for:
46
+
47
+
| Platform | Wheel status |
48
+
|---|---|
49
+
| Linux x86_64 | Published |
50
+
| Windows x64 | Published |
51
+
| macOS arm64 / Apple Silicon | Published |
52
+
| macOS Intel x86_64 | Not published in v0.5.x public CI |
53
+
| CPython free-threaded builds such as `cp313t`| Not published in v0.5.x |
54
+
55
+
Supported Python classifiers are standard CPython 3.9 to 3.13.
56
+
57
+
Windows note: do not force `py -m pip` unless you have checked which interpreter the Windows launcher selected. If `py` selects a free-threaded interpreter such as `python3.13t.exe`, pip may fall back to a source build and fail because the public repository does not ship the proprietary Rust core. Use the standard active Python environment instead:
@@ -156,7 +186,7 @@ QECTOR Decoder v3 is source-available.
156
186
157
187
Personal, academic, educational and non-commercial research use is allowed under the repository license. Company use, funded institutional work, SaaS, hosted API deployment, OEM integration, redistribution, paid consulting, or commercial benchmarking requires a commercial license.
0 commit comments