mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
README: Document pypy2 and pypy3 are deprecated (#265)
This commit is contained in:
parent
7e4abae443
commit
8fb4cbf7c8
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ pypy3.7-v7.3.3rc1 or pypy-3.7-v7.3.3rc1 # Python 3.7 and preview version of PyPy
|
||||||
pypy3.7-nightly or pypy-3.7-nightly # Python 3.7 and nightly PyPy
|
pypy3.7-nightly or pypy-3.7-nightly # Python 3.7 and nightly PyPy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: `pypy2` and `pypy3` have been removed in v3. Use the format above instead.
|
||||||
|
|
||||||
# Caching packages dependencies
|
# Caching packages dependencies
|
||||||
|
|
||||||
The action has built-in functionality for caching and restoring dependencies. It uses [actions/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under the hood for caching dependencies but requires less configuration settings. Supported package managers are `pip`, `pipenv` and `poetry`. The `cache` input is optional, and caching is turned off by default.
|
The action has built-in functionality for caching and restoring dependencies. It uses [actions/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under the hood for caching dependencies but requires less configuration settings. Supported package managers are `pip`, `pipenv` and `poetry`. The `cache` input is optional, and caching is turned off by default.
|
||||||
|
|
Loading…
Reference in a new issue