Skip to content

Commit

Permalink
Add Python 3.12 to the hatch test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Sep 13, 2024
1 parent 127f5a1 commit 72fcf5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@ build = [
features = ["dev"]

[[tool.hatch.envs.matrix_test.matrix]]
python = ["3.9", "3.10", "3.11"]
python = ["3.9", "3.10", "3.11", "3.12"]

[tool.hatch.envs.matrix_test.scripts]
test = ["pytest ./src/ ./tests/",] # --doctest-modules
fast-test = ["pytest ./tests/ -m \"not slow\"",]

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down

0 comments on commit 72fcf5d

Please sign in to comment.