Skip to content

Commit 38b9985

Browse files
committed
chore: Re-enable Python 3.12 testing
1 parent d54107b commit 38b9985

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Makefile

+1-1
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

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
2425
"Topic :: Documentation",
2526
"Topic :: Software Development",
2627
"Topic :: Utilities",

0 commit comments

Comments
 (0)