File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get -y update \
2929 tk-dev \
3030 && rm -rf /var/lib/apt/lists/*
3131
32- RUN git clone -b v2.5.7 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+ RUN git clone -b v2.6.0 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333
3434COPY --link scripts/build_python.sh /
3535
@@ -41,7 +41,7 @@ FROM builder-py-base AS builder-py-3_13t
4141RUN /build_python.sh 3.13.2t
4242# ------------------------------------------------------------------------------
4343FROM builder-py-base AS builder-py-3_14
44- RUN /build_python.sh 3.14-dev
44+ RUN /build_python.sh 3.14.0b2
4545# ------------------------------------------------------------------------------
4646FROM python:3.13-slim-bookworm AS base
4747
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lint: setup
2828test :
2929 docker compose build -q --force-rm
3030 docker compose run --entrypoint /bin/bash --rm snekbox -c \
31- 'coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
31+ ' coverage run -m unittest; e=$?; chown --reference=. .coverage; exit $e'
3232
3333.PHONY : report
3434report : setup
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kaleido~=0.2
1313lark~=1.2
1414matplotlib~=3.10; python_version == "3.13"
1515more-itertools~=10.7
16- networkx~=3.4
16+ networkx~=3.5
1717numpy~=2.2; python_version == "3.13"
1818pandas~=2.2; python_version == "3.13"
1919pendulum~=3.1
You can’t perform that action at this time.
0 commit comments