@@ -403,7 +403,7 @@ Vibrix is built entirely on modern, stable and production-ready technologies.
403403
404404| Layer | Technology |
405405| -------------------- | ----------------------- |
406- | Programming Language | Python 3.13 + |
406+ | Programming Language | Python 3.12 + |
407407| UI Framework | PySide6 (Qt for Python) |
408408| GUI Engine | Qt 6 |
409409| Icons | QtAwesome |
@@ -1083,7 +1083,7 @@ Every source file follows the same engineering standards.
10831083
10841084Vibrix adopts:
10851085
1086- - Python 3.13 +
1086+ - Python 3.12 +
10871087- PEP 8
10881088- PEP 257
10891089- Type Hints
@@ -1309,7 +1309,7 @@ pip install vibrix
13091309
13101310| Requirement | Version |
13111311| ---------------- | ------------------- |
1312- | Python | 3.13 + |
1312+ | Python | 3.12 + |
13131313| Qt | Qt 6 |
13141314| UI Framework | PySide6 |
13151315| Operating System | Windows _ (Primary)_ |
@@ -1327,7 +1327,7 @@ Vibrix has completed its controlled pre-development reconciliation and frozen th
13271327- ✅ Framework vision and philosophy documented
13281328- ✅ Step 1: missing public, governance and repository documents restored
13291329- ✅ Step 2: documentation status, index coverage and broken reference artifacts reconciled
1330- - ✅ Accepted ADR-001 through ADR-021 preserved and architecture baseline reconciled
1330+ - ✅ Accepted ADR-001 through ADR-022 preserved and architecture baseline reconciled
13311331- ✅ Design and runtime specifications inventoried
13321332
13331333---
@@ -1722,8 +1722,8 @@ only after clean replacement and the mandatory online bootstrap and quality gate
17221722
17231723The clean repository tree, all Steps 1–4 changes, documentation index, ADR sequence,
17241724architecture boundaries, package skeleton, tests, archive safety and reference-image
1725- inventory were re-audited. Baseline ` VIBRIX-PREDEV-BASELINE-2026-07-31 ` is frozen.
1725+ inventory were re-audited. Baseline ` VIBRIX-PREDEV-BASELINE-2026-07-31-PY312 ` is frozen.
17261726
1727- The first implementation task requires a clean baseline replacement, online ` uv lock ` ,
1727+ ADR-022 sets Python 3.12+ as the minimum runtime. The first implementation task requires a clean baseline replacement, online ` uv lock ` ,
17281728frozen environment sync, complete quality gate and verified package build. The project is
17291729still version ` 0.0.0 ` and is not a stable or supported public release.
0 commit comments