Skip to content

Commit

Permalink
Enable 3.11 in the dagster-manylinux-builder image so pex deploy-pyth…
Browse files Browse the repository at this point in the history
…on-executable --python-version=3.11 works
  • Loading branch information
shalabhc committed Nov 22, 2023
1 parent 486de0d commit 2ed3c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.dagster-manylinux-builder
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM --platform=linux/amd64 quay.io/pypa/manylinux2014_x86_64:latest

# Add all the relevant Python binaries to the PATH
ENV PATH="/opt/python/cp38-cp38/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:$PATH"
ENV PATH="/opt/python/cp38-cp38/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:/opt/python/cp311-cp311/bin:$PATH"

# To install unreleased versions, build the wheels and drop them in this directory
COPY wheels /wheels
Expand Down

0 comments on commit 2ed3c0d

Please sign in to comment.