Skip to content

Commit 48a7162

Browse files
committed
chore: Test on Python 3.12
1 parent e9867f7 commit 48a7162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := help
22
SHELL := bash
33
DUTY := $(if $(VIRTUAL_ENV),,pdm run) duty
4-
export PDM_MULTIRUN_VERSIONS ?= 3.8 3.9 3.10 3.11
4+
export PDM_MULTIRUN_VERSIONS ?= 3.8 3.9 3.10 3.11 3.12
55

66
args = $(foreach a,$($(subst -,_,$1)_args),$(if $(value $a),$a="$($a)"))
77
check_quality_args = files

0 commit comments

Comments
 (0)