Skip to content

Commit 0907704

Browse files
author
“gowridurgad”
committed
Merge branch 'main' of https://github.com/gowridurgad/setup-python into pip-install-input
2 parents 388e4a9 + 4267e28 commit 0907704

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
exclude:
4646
- os: windows-latest
4747
python-version: pypy-3.11-v7.x
48+
- os: macos-latest
49+
python-version: pypy-3.9-v7.x
50+
4851
steps:
4952
- uses: actions/checkout@v5
5053
- name: Setup Python
@@ -183,6 +186,8 @@ jobs:
183186
exclude:
184187
- os: windows-latest
185188
python-version: pypy-3.11-v7.x
189+
- os: macos-latest
190+
python-version: pypy-3.9-v7.x
186191
steps:
187192
- uses: actions/checkout@v5
188193
- name: Setup Python

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This action provides the following functionality for GitHub Actions users:
1111
- Optionally caching dependencies for pip, pipenv and poetry
1212
- Registering problem matchers for error output
1313

14+
## Breaking changes in V6
15+
16+
- Upgraded action from node20 to node24
17+
> Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
18+
19+
For more details, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0)
20+
1421
## Basic usage
1522

1623
See [action.yml](action.yml)

__tests__/data/requirements-linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ packaging==20.7
88
pdf2image==1.12.1
99
Pygments==2.6.1
1010
requests==2.32.2
11-
urllib3==1.26.19
11+
urllib3==2.5.0
1212
xlrd==1.2.0

__tests__/data/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ pywin32-ctypes==0.2.0
4242

4343
requests==2.32.2
4444

45-
urllib3==1.26.19
45+
urllib3==2.5.0
4646

4747
xlrd==1.2.0

0 commit comments

Comments
 (0)