Skip to content

Commit 9137a9f

Browse files
committed
ci
1 parent d56c051 commit 9137a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y; \
1313
cargo --version; \
1414
rustc --version;
1515

16-
RUN for PYBIN in /opt/python/{cp37-cp37m,cp38-cp38,cp39-cp39,cp310-cp310,cp311-cp311}/bin; do \
16+
RUN for PYBIN in /opt/python/{cp38-cp38,cp39-cp39,cp310-cp310,cp311-cp311,cp312-cp312}/bin; do \
1717
echo "--> $PYBIN"; \
1818
$PYBIN/pip install \
1919
numpy \

0 commit comments

Comments
 (0)