Skip to content

Commit 7c8dcbf

Browse files
committed
It turns out that Webots doesn't (yet) support Python 3.9
The current development version does, which is why the docs say that it's supported, however the latest release doesn't yet have that support.
1 parent 87d0e74 commit 7c8dcbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simulator/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ You will also need Python installed.
2222

2323
| Platform | Supported Python Version |
2424
|----------|--------------------------|
25-
| Windows | >= 3.7 (64-bit) |
26-
| macOS | >= 3.7 |
27-
| Linux | >= 3.7 |
25+
| Windows | 3.7 - 3.8 (64-bit) |
26+
| macOS | 3.7 - 3.8 |
27+
| Linux | 3.7 - 3.8 |
2828

2929
In the competition, Python 3.7 will be used.
3030

0 commit comments

Comments
 (0)