Skip to content

Commit

Permalink
Add test matrix and fix 3.9 tests by adding __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 6, 2024
1 parent 8720e68 commit c55ccd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ dependencies = [ "pre-commit",]
[tool.hatch.envs.test]
dependencies = [ "pytest", "pytest-cov", "mistletoe" ]

[tool.hatch.envs.test_matrix]
template = "test"

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

[tool.ruff.lint.isort]
known-first-party = [ "spinasm_lsp",]

Expand Down
Empty file.

0 comments on commit c55ccd5

Please sign in to comment.