Skip to content

Commit 40adf86

Browse files
authored
add python 3.14.0 (#90)
1 parent 3d177dd commit 40adf86

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
@@ -105,8 +105,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
105105

106106
### PYTHON ###
107107

108-
ARG PYENV_VERSION=v2.5.5
109-
ARG PYTHON_VERSIONS="3.11.12 3.10 3.12 3.13"
108+
ARG PYENV_VERSION=v2.6.10
109+
ARG PYTHON_VERSIONS="3.11.12 3.10 3.12 3.13 3.14.0"
110110

111111
# Install pyenv
112112
ENV PYENV_ROOT=/root/.pyenv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following environment variables can be set to configure runtime installation
4646

4747
| Environment variable | Description | Supported versions | Additional packages |
4848
| -------------------------- | -------------------------- | ------------------------------------------------ | -------------------------------------------------------------------- |
49-
| `CODEX_ENV_PYTHON_VERSION` | Python version to install | `3.10`, `3.11.12`, `3.12`, `3.13` | `pyenv`, `poetry`, `uv`, `ruff`, `black`, `mypy`, `pyright`, `isort` |
49+
| `CODEX_ENV_PYTHON_VERSION` | Python version to install | `3.10`, `3.11.12`, `3.12`, `3.13`, `3.14.0` | `pyenv`, `poetry`, `uv`, `ruff`, `black`, `mypy`, `pyright`, `isort` |
5050
| `CODEX_ENV_NODE_VERSION` | Node.js version to install | `18`, `20`, `22` | `corepack`, `yarn`, `pnpm`, `npm` |
5151
| `CODEX_ENV_RUST_VERSION` | Rust version to install | `1.83.0`, `1.84.1`, `1.85.1`, `1.86.0`, `1.87.0` | |
5252
| `CODEX_ENV_GO_VERSION` | Go version to install | `1.22.12`, `1.23.8`, `1.24.3` | |

0 commit comments

Comments
 (0)