Skip to content

Commit cb09e82

Browse files
committed
fix: use pip>=24.1b1 on python 3.13
1 parent c3892b1 commit cb09e82

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docker/build_scripts/requirements3.13.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ packaging==24.0 \
77
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \
88
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9
99
# via build
10-
pip==24.0 \
11-
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
12-
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
10+
pip==24.1b1 \
11+
--hash=sha256:752516cffafef5cf29d3fb2f06c978f27e98709654689cf277b2fce984c7a591 \
12+
--hash=sha256:a9bd4c037d72325b4e903ec3f383263deea3eb73cd01db7a844edd026fc68afe
1313
pyproject-hooks==1.1.0 \
1414
--hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \
1515
--hash=sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2

requirements.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
pip
1+
pip>=24.1b1 ; python_version >= '3.13'
2+
pip ; python_version < '3.13'
23
setuptools
34
wheel
45
build

0 commit comments

Comments
 (0)