Skip to content

Commit

Permalink
Merge pull request #503 from bitcraze/toverumar/exclude_py313_mac
Browse files Browse the repository at this point in the history
Exclude py 3.13 with mac from unittests
  • Loading branch information
ataffanel authored Dec 5, 2024
2 parents 8817656 + fb73c21 commit 38b449c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

0 comments on commit 38b449c

Please sign in to comment.