Skip to content

Commit

Permalink
Python 3.12 has no distutils (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
stxue1 authored Feb 10, 2025
1 parent 42299c7 commit 955a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python_packages = {'python3.9': ['python3.9-distutils', 'python3.9-venv'],
'python3.10': ['python3.10-distutils', 'python3.10-venv'],
'python3.11': ['python3.11-distutils', 'python3.11-venv'],
'python3.12': ['python3.12-distutils', 'python3.12-venv'],
'python3.12': ['python3.12-venv'],
'python3.13': ['python3.13-venv']} # python3.13 removed distutils

dependencies = ' '.join(python_packages[python] +
Expand Down

0 comments on commit 955a51b

Please sign in to comment.