Skip to content

Commit d1fd5d6

Browse files
committed
ci: Only test the tool with the minimum python version required (3.13 right now)
1 parent 730e659 commit d1fd5d6

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
@@ -131,6 +131,6 @@ markers = [
131131
]
132132

133133
[tool.python-package-cookiecutter.ci]
134-
test-python-versions = ["3.11", "3.12", "3.13"]
134+
test-python-versions = ["3.13"]
135135

136136

0 commit comments

Comments
 (0)