Skip to content

Commit af1dcd5

Browse files
bump max version
1 parent c890532 commit af1dcd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
"Programming Language :: Python :: Implementation :: CPython",
1920
"Programming Language :: Python :: Implementation :: PyPy",
2021
]
@@ -62,7 +63,7 @@ installer = "pip"
6263

6364
# Specify minimum and maximum Python versions to test
6465
[[tool.hatch.envs.hatch-test.matrix]]
65-
python = ["3.10", "3.12"]
66+
python = ["3.10", "3.13"]
6667

6768

6869
[tool.ruff]

0 commit comments

Comments
 (0)