Skip to content

Commit

Permalink
devenv: Bump default Python to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 21, 2024
1 parent 87784e5 commit 884c233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif
NODE_VERSION := 20.18.0

# The versions of Python we support
PYXX_versions := 3.9 3.10 3.11 3.12
PYXX_versions := 3.9 3.10 3.11 3.12 3.13
PY_INTERPRETERS =

# Hatch is not only used for building packages, but bootstrapping any missing
Expand Down Expand Up @@ -74,7 +74,7 @@ PY ?= $(shell command -v python3)
ifeq ($(strip $(PY)),)
PY := $(BIN)/python

$(PY): $(PY312)
$(PY): $(PY313)
ln -s $< $@
$@ --version
touch $@
Expand Down

0 comments on commit 884c233

Please sign in to comment.