Skip to content

Commit dab2dcc

Browse files
committed
README: update Windows Store link to Python 3.12
This is the same version mentioned elsewhere in the README.
1 parent 6a7513a commit dab2dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ operations from within a Python script.
1616

1717
`pybricksdev` requires Python 3.10 or higher.
1818

19-
- For Windows, use the [official Python installer][py-dl] or the [Windows Store][py38-win].
19+
- For Windows, use the [official Python installer][py-dl] or the [Windows Store][py312-win].
2020
- For Mac, use the [official Python installer][py-dl] or Homebrew (`brew install [email protected]`).
2121
- For Linux, use the distro provided `python3.12` or if not available, use a Python
2222
runtime version manager such as [asdf][asdf] or [pyenv][pyenv].
2323

2424

2525
[py-dl]: https://www.python.org/downloads/
26-
[py38-win]: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l
26+
[py312-win]: https://apps.microsoft.com/detail/9ncvdn91xzqp
2727
[asdf]: https://asdf-vm.com
2828
[pyenv]: https://github.com/pyenv/pyenv
2929

0 commit comments

Comments
 (0)