Skip to content

Commit

Permalink
fix: do not install setuptools/wheel on python 3.13+
Browse files Browse the repository at this point in the history
We should probably remove this on other python versions but since it's been there for quite some time, keep them to prevent regressions downstream.
  • Loading branch information
mayeut committed May 13, 2024
1 parent cb09e82 commit 8afd036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docker/build_scripts/requirements3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ pyproject-hooks==1.1.0 \
--hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 \
--hash=sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2
# via build
setuptools==69.5.1 \
--hash=sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987 \
--hash=sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32
wheel==0.43.0 \
--hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \
--hash=sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=24.1b1 ; python_version >= '3.13'
pip ; python_version < '3.13'
setuptools
wheel
setuptools ; python_version < '3.13'
wheel ; python_version < '3.13'
build
packaging

0 comments on commit 8afd036

Please sign in to comment.