Skip to content

Commit d241e8d

Browse files
authored
Update readme, enable all python versions for macos tests (#1478)
* Fix macOS hang with running coverage * Run coverage only in ubuntu * Fix syntax error * Fix run tests logic * Update readme * Don't test python 3.10 on macos as it's stuck * Enable all python versions for macos
1 parent 0b138d9 commit d241e8d

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, macos-latest, windows-latest]
42+
os: [ubuntu-latest, windows-latest, macos-latest]
4343
python-version: ["3.10", "3.11", "3.12"]
44-
exclude:
45-
- os: macos-latest
46-
python-version: "3.10" # macOS runners will hang on python 3.10 for unknown reasons
47-
- os: macos-latest
48-
python-version: "3.12" # macOS runners will hang on python 3.12 for unknown reasons
4944
steps:
5045
- uses: actions/checkout@v4
5146
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FLAML has a .NET implementation in [ML.NET](http://dot.net/ml), an open-source,
3434

3535
## Installation
3636

37-
FLAML requires **Python version >= 3.9**. It can be installed from pip:
37+
The latest version of FLAML requires **Python >= 3.10 and \< 3.13**. While other Python versions may work for core components, full model support is not guaranteed. FLAML can be installed via `pip`:
3838

3939
```bash
4040
pip install flaml

0 commit comments

Comments
 (0)