Skip to content

Commit 38b449c

Browse files
authored
Merge pull request #503 from bitcraze/toverumar/exclude_py313_mac
Exclude py 3.13 with mac from unittests
2 parents 8817656 + fb73c21 commit 38b449c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, lab-mac, windows-latest]
1515
python-version: ["3.10", "3.11", "3.12", "3.13"]
16+
exclude:
17+
- os: lab-mac
18+
python-version: ["3.13"]
1619

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

docs/installation/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project requires Python 3.10+.
99

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

12+
***NOTE: Running with python 3.13 on macOS is not officially supported***
13+
1214
See below sections for more platform-specific requirements.
1315
## Install from Source
1416
### Clone the repository

0 commit comments

Comments
 (0)