Skip to content

Commit

Permalink
fixup! Update to Python 3.12.x (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Sep 30, 2024
1 parent 0039720 commit 477e255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ If you add a dependency on a package with native code, you need to build the
wheel manually:
```
(.venv) ~/workspace/hca/azul$ docker run -it -v ${project_root}/:/root/azul python:3.12.6-slim-bullseye bash
(.venv) ~/workspace/hca/azul$ docker run -it -v ${project_root}/:/root/azul python:3.12.6-slim-bookworm bash

root@97804cb60d95:/# pip --version
pip 24.2 from /usr/local/lib/python3.12/site-packages/pip (python 3.12)
Expand Down

0 comments on commit 477e255

Please sign in to comment.