Skip to content

Commit d65e7ad

Browse files
committed
Test for only one Python version locally
Test for only one Python version locally, or it will be too time consuming. (Build tests for four Python versions will be added to CI).
1 parent db40bdf commit d65e7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ packages = ["sourcefinder"]
5454

5555
[tool.hatch.envs.test]
5656
matrix = [
57-
{python = ["3.10", "3.11", "3.12", "3.13"]}
57+
{python = ["3.12"]}
5858
]
5959
extra-dependencies = [
6060
"pytest",

0 commit comments

Comments
 (0)