We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a279c9 commit 08dc10eCopy full SHA for 08dc10e
Makefile
@@ -2,7 +2,7 @@ SHELL=/bin/bash -euo pipefail
2
.DEFAULT_GOAL := help
3
4
WHEEL_DIR ?= wheel_dist
5
-PYTHON_VERSION?=3.13
+PYTHON_VERSION?=3.14
6
7
COMPOSE=docker compose
8
ON_PYTHON=$(COMPOSE) run --rm --build python
0 commit comments