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 e9867f7 commit 48a7162Copy full SHA for 48a7162
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL := help
2
SHELL := bash
3
DUTY := $(if $(VIRTUAL_ENV),,pdm run) duty
4
-export PDM_MULTIRUN_VERSIONS ?= 3.8 3.9 3.10 3.11
+export PDM_MULTIRUN_VERSIONS ?= 3.8 3.9 3.10 3.11 3.12
5
6
args = $(foreach a,$($(subst -,_,$1)_args),$(if $(value $a),$a="$($a)"))
7
check_quality_args = files
0 commit comments