You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,8 @@ Check out our detailed guide on using [Python with GitHub Actions](https://help.
154
154
- All available versions are listed in the [version-manifest.json](https://github.com/actions/python-versions/blob/main/versions-manifest.json) file.
155
155
- If there is a specific version of Python that is not available, you can open an issue here
156
156
157
+
**Note:** Python versions used in this action are generated in the [python-versions](https://github.com/actions/python-versions) repository. For macOS and Ubuntu images python versions are built from the source code. For Windows the python-versions repository uses installation executable. For more information please refer to the [python-versions](https://github.com/actions/python-versions) repository.
158
+
157
159
# Available versions of PyPy
158
160
159
161
`setup-python` is able to configure PyPy from two sources:
0 commit comments