PYTHON_VERSIONS	:= 3.14 3.13 3.12 3.11

%: .env_%
	docker compose --env-file $< run manylinux
	docker compose --env-file $< run musllinux

.PHONY:	all
all:	$(PYTHON_VERSIONS)
