diff --git a/.github/workflows/build-tool.yaml b/.github/workflows/build-tool.yaml index 79de3178..967548a1 100644 --- a/.github/workflows/build-tool.yaml +++ b/.github/workflows/build-tool.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: Build shell: cmd @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: Build run: ./orcadev build-tool diff --git a/Readme.md b/Readme.md index ec0d07a9..1ea395b3 100644 --- a/Readme.md +++ b/Readme.md @@ -28,7 +28,7 @@ The Orca command-line tools must be installed to your system in order to use the ### Requirements - Windows or Mac (Linux is not yet supported) -- [Python 3.8](https://www.python.org/) or newer (for command line tools) +- [Python 3.10](https://www.python.org/) or newer (for command line tools) - Clang (version 11.0 or newer) - **Windows users:** `clang` can be installed via the Visual Studio installer. Search for "C++ Clang Compiler". - **Mac users:** Apple's built-in `clang` does not support WebAssembly. We recommend installing `clang` via [Homebrew](https://brew.sh/) with `brew install llvm`.