Skip to content

Commit 699678a

Browse files
committed
Pin 3.14 version to beta-2
1 parent c825ae4 commit 699678a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
COPY --link scripts/build_python.sh /
3535

@@ -41,7 +41,7 @@ FROM builder-py-base AS builder-py-3_13t
4141
RUN /build_python.sh 3.13.2t
4242
# ------------------------------------------------------------------------------
4343
FROM 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
# ------------------------------------------------------------------------------
4646
FROM python:3.13-slim-bookworm AS base
4747

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lint: setup
2828
test:
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
3434
report: setup

0 commit comments

Comments
 (0)