Skip to content

Commit f3e87cb

Browse files
authored
Merge pull request #238 from pypa/release/25.1.1
Update to 25.1.1
2 parents c804807 + 0d59a4c commit f3e87cb

File tree

4 files changed

+28430
-28426
lines changed

4 files changed

+28430
-28426
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
16-
- run: pip install nox
16+
- run: pip install nox!=2025.5.1
1717

1818
- run: nox -s generate
1919
- name: Check regenerated scripts vs what is generated by automation.
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
28-
- run: pip install nox
28+
- run: pip install nox!=2025.5.1
2929

3030
# Install supported Python versions. Keep in sync with noxfile.py as
3131
# much as possible, however, GitHub Actions eventually drops support

0 commit comments

Comments
 (0)