Skip to content

Commit 08dc10e

Browse files
committed
Bump to python 3.14
1 parent 4a279c9 commit 08dc10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL=/bin/bash -euo pipefail
22
.DEFAULT_GOAL := help
33

44
WHEEL_DIR ?= wheel_dist
5-
PYTHON_VERSION?=3.13
5+
PYTHON_VERSION?=3.14
66

77
COMPOSE=docker compose
88
ON_PYTHON=$(COMPOSE) run --rm --build python

0 commit comments

Comments
 (0)