Skip to content

Commit 4c5f8fd

Browse files
authored
Merge pull request #191 from pfmoore/gen_all_zipapps
Generate versioned zipapps for all supported pip versions
2 parents 233a34e + d9f7d92 commit 4c5f8fd

File tree

15 files changed

+28
-5
lines changed

15 files changed

+28
-5
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def check(session):
4141
@nox.session
4242
def generate(session):
4343
"""Update the scripts, to the latest versions."""
44-
session.install("packaging", "requests", "cachecontrol[filecache]", "rich", "pkg_metadata")
44+
session.install("packaging", "requests", "urllib3<2", "cachecontrol[filecache]", "rich", "pkg_metadata")
4545

4646
public = Path("public")
4747
shutil.rmtree(public, ignore_errors=True)

public/zipapp/pip-22.3.1.pyz

1.93 MB
Binary file not shown.

public/zipapp/pip-22.3.pyz

1.93 MB
Binary file not shown.

public/zipapp/pip-23.0.1.pyz

1.94 MB
Binary file not shown.

public/zipapp/pip-23.0.pyz

1.94 MB
Binary file not shown.

public/zipapp/pip-23.1.1.pyz

1.94 MB
Binary file not shown.

public/zipapp/pip-23.1.2.pyz

1.94 MB
Binary file not shown.

public/zipapp/pip-23.1.pyz

1.94 MB
Binary file not shown.

public/zipapp/pip-23.2.1.pyz

1.96 MB
Binary file not shown.

public/zipapp/pip-23.2.pyz

1.96 MB
Binary file not shown.

0 commit comments

Comments
 (0)