We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890532 commit af1dcd5Copy full SHA for af1dcd5
pyproject.toml
@@ -15,6 +15,7 @@ classifiers = [
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
"Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
19
"Programming Language :: Python :: Implementation :: CPython",
20
"Programming Language :: Python :: Implementation :: PyPy",
21
]
@@ -62,7 +63,7 @@ installer = "pip"
62
63
64
# Specify minimum and maximum Python versions to test
65
[[tool.hatch.envs.hatch-test.matrix]]
-python = ["3.10", "3.12"]
66
+python = ["3.10", "3.13"]
67
68
69
[tool.ruff]
0 commit comments