Skip to content

Commit fc357f3

Browse files
Python 3.13
1 parent 83b3bd4 commit fc357f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nextgen/vcs-versioning/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2728
]
2829
dynamic = [
2930
"version",
@@ -48,7 +49,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=vcs_ve
4849
no-cov = "cov --no-cov {args}"
4950

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

5354
[tool.coverage.run]
5455
branch = true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3435
"Topic :: Software Development :: Libraries",
3536
"Topic :: Software Development :: Version Control",
3637
"Topic :: System :: Software Distribution",

0 commit comments

Comments
 (0)