Skip to content

Commit

Permalink
refactor: Add back Python 3.12 to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jul 15, 2023
1 parent ad85f81 commit ed61be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Makefile.jinja
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help
SHELL := bash
DUTY := $(if $(VIRTUAL_ENV),,pdm run) duty
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

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

0 comments on commit ed61be5

Please sign in to comment.