Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, lab-mac, windows-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]
exclude:
- os: lab-mac
python-version: ["3.13"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 2 additions & 0 deletions docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This project requires Python 3.10+.

To install on Python 3.13, build tools and Python development headers are required.

***NOTE: Running with python 3.13 on macOS is not officially supported***

See below sections for more platform-specific requirements.
## Install from Source
### Clone the repository
Expand Down
Loading