Skip to content

Commit

Permalink
Require Python 3.10
Browse files Browse the repository at this point in the history
Older versions do not support arm64 Mac
  • Loading branch information
bvisness committed Dec 4, 2023
1 parent d01e821 commit af4fa4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: Build
shell: cmd
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit af4fa4c

Please sign in to comment.