Skip to content

Commit fcbd08d

Browse files
Python 3.13
1 parent 5ed40fd commit fcbd08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextgen/vcs-versioning/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=vcs_ve
4848
no-cov = "cov --no-cov {args}"
4949

5050
[[tool.hatch.envs.test.matrix]]
51-
python = ["38", "39", "310", "311"]
51+
python = [ "38", "39", "310", "311", "312", "313" ]
5252

5353
[tool.coverage.run]
5454
branch = true

0 commit comments

Comments
 (0)