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
This repository contains the code and scripts that we use to build Python packages used in [virtual-environments](https://github.com/actions/virtual-environments) and accessible through the [setup-python](https://github.com/actions/setup-python) Action.
3
-
File [versions-manifest.json](./versions-manifest.json) contains the list of available and released versions.
2
+
This repository contains the code and scripts that we use to build Python packages used in [runner-images](https://github.com/actions/runner-images) and accessible through the [setup-python](https://github.com/actions/setup-python) Action.
3
+
File [versions-manifest.json](./versions-manifest.json) contains the list of available and released versions.
4
4
5
-
> Caution: this is prepared for and only permitted for use by actions `virtual-environments` and `setup-python` action.
5
+
> Caution: this is prepared for and only permitted for use by actions `runner-images` and `setup-python` action.
6
6
7
7
**Status**: Currently under development and in use for beta and preview actions. This repo is undergoing rapid changes.
8
8
9
-
Some versions are pre-installed on [virtual-environments](https://github.com/actions/virtual-environments) images.
9
+
Some versions are pre-installed on [runner-images](https://github.com/actions/runner-images) images.
10
10
More versions will (soon!) be available to install on-the-fly through the [`setup-python`](https://github.com/actions/setup-python) action.
11
11
12
12
## Adding new versions
13
-
We are trying to build and release new versions of Python as soon as they are released. Please open an issue in [actions/virtual-environments](https://github.com/actions/virtual-environments) if any versions are missing.
13
+
We are trying to build and release new versions of Python as soon as they are released. Please open an issue in [actions/setup-python](https://github.com/actions/setup-python/issues) if any versions are missing.
14
14
15
15
## Contribution
16
16
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
0 commit comments