Skip to content

Commit af33642

Browse files
Merge pull request #237 from python-discord/pin-3.14-dev-version
Pin 3.14 dev version
2 parents 4129e72 + 6af44d7 commit af33642

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

requirements/eval-deps.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kaleido~=0.2
1313
lark~=1.2
1414
matplotlib~=3.10; python_version == "3.13"
1515
more-itertools~=10.7
16-
networkx~=3.4
16+
networkx~=3.5
1717
numpy~=2.2; python_version == "3.13"
1818
pandas~=2.2; python_version == "3.13"
1919
pendulum~=3.1

0 commit comments

Comments
 (0)