Skip to content

Commit 2845307

Browse files
committed
update matrix
1 parent 2e1f3f8 commit 2845307

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

hatch.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ extra-dependencies = [
5353
"pytest-timeout",
5454
]
5555

56-
[[envs.hatch-test.matrix]]
57-
python = ["3.10", "3.11", "3.12"]
58-
deps = ["stable"]
59-
60-
[envs.hatch-test.overrides]
61-
matrix.deps.python = [
62-
{ if = ["stable"], value = "3.12" },
56+
overrides.matrix.deps.python = [
57+
{ if = ["ubuntu"], value = ["3.11", "3.12", "3.13"] },
58+
{ if = ["macos"], value = ["3.11"] },
6359
]
6460

61+
[[envs.hatch-test.matrix]]
62+
deps = ["ubuntu", "macos"]
63+
6564

6665
[envs.hatch-test.scripts]
6766
run = "python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"

0 commit comments

Comments
 (0)