diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa172cb0..ad91fc41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ To get started: ### Prerequisites - **C++**: C++20 compatible compiler (GCC 10+, Clang 10+, MSVC 2019+), CMake 3.30+ -- **Python**: Python 3.10-3.14 +- **Python**: Python 3.11-3.14 - **TypeScript/JavaScript**: Node.js 20+, Emscripten SDK (for building WebAssembly) ### Building the Project diff --git a/README.md b/README.md index 26717fcd..9978e85c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The Python package wraps the C++ core via pybind11. pip install apyds ``` -Requires Python 3.10-3.14. +Requires Python 3.11-3.14. ### C++ (Core Library) @@ -299,7 +299,7 @@ See header files in `include/ds/` for detailed API documentation. ### Prerequisites - For TypeScript: Emscripten SDK -- For Python: Python 3.10-3.14, C++20 compatible compiler, CMake 3.30+ +- For Python: Python 3.11-3.14, C++20 compatible compiler, CMake 3.30+ - For C++: C++20 compatible compiler, CMake 3.30+ ### Build All Components diff --git a/bnf/README.md b/bnf/README.md index ba93fa2f..4a24e3cf 100644 --- a/bnf/README.md +++ b/bnf/README.md @@ -24,7 +24,7 @@ This package enables you to write logical rules in a more natural, mathematical pip install apyds-bnf ``` -Requires Python 3.10-3.14. +Requires Python 3.11-3.14. ### JavaScript/TypeScript (npm) @@ -127,7 +127,7 @@ For structured terms: ### Prerequisites -- Python 3.10-3.14 (for Python package) +- Python 3.11-3.14 (for Python package) - Node.js (for JavaScript package) - Java (for ANTLR parser generation) - ANTLR 4.13.2 diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 34e40044..edd3d8b7 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -43,7 +43,7 @@ pip install apyds ### Requirements -- Python 3.10-3.14 +- Python 3.11-3.14 - Pre-built wheels are available for common platforms (Linux, macOS, Windows) ### Virtual Environment (Recommended) diff --git a/docs/support-packages/bnf.md b/docs/support-packages/bnf.md index a54cf43a..4da203e6 100644 --- a/docs/support-packages/bnf.md +++ b/docs/support-packages/bnf.md @@ -15,7 +15,7 @@ This package enables you to write logical rules in a more natural, mathematical pip install apyds-bnf ``` -Requires Python 3.10-3.14. +Requires Python 3.11-3.14. ### JavaScript/TypeScript