docs: clarify supported python versions

This commit is contained in:
thePR0M3TH3AN
2025-07-04 22:45:33 -04:00
parent 20fdf4cd27
commit b781731e88
2 changed files with 17 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ SeedPass now uses the `portalocker` library for cross-platform file locking. No
## Prerequisites
- **Python 3.8+**: Ensure you have Python installed on your system. You can download it from [python.org](https://www.python.org/downloads/).
- **Python 3.8+** (3.11 or 3.12 recommended): Ensure you have Python installed on your system. You can download it from [python.org](https://www.python.org/downloads/). Using Python 3.13 is currently discouraged because some dependencies do not ship wheels for it yet, which can cause build failures on Windows unless you install the Visual C++ Build Tools.
## Installation