Skip to content

Commit e3fef00

Browse files
committed
Enable hatch tests on python3.12
1 parent 2454367 commit e3fef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ features = ["dev"]
8383
features = ["scripts", "test"]
8484

8585
[[tool.hatch.envs.test.matrix]]
86-
python = ["3.8", "3.9", "3.10", "3.11"]
86+
python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
8787

8888
[tool.hatch.envs.test.scripts]
8989
run = "inv test --args '{args}'"

0 commit comments

Comments
 (0)