Skip to content

Commit

Permalink
Fix compatibility in index.md, see #148
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697569851
  • Loading branch information
rstz authored and copybara-github committed Nov 18, 2024
1 parent 5b76981 commit 0d9979e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/public/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ To install YDF from [PyPI](https://pypi.org/project/ydf/), run:
pip install ydf -U
```

YDF is available on Python 3.8, 3.9, 3.11 and 3.12, on Windows x86-64, Linux
x86-64, and macOS ARM64.
YDF is available on Python 3.8, 3.9, 3.10, 3.11 and 3.12, on Windows x86-64
Linux x86-64, and macOS ARM64.

## Usage example

Expand Down

0 comments on commit 0d9979e

Please sign in to comment.