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 3e11472 commit 994e6e1Copy full SHA for 994e6e1
pyproject.toml
@@ -31,6 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: 3.10",
32
"Programming Language :: Python :: 3.11",
33
"Programming Language :: Python :: 3.12",
34
+ "Programming Language :: Python :: 3.13",
35
]
36
dynamic = [
37
"version",
testdata/empty_project/pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
20
21
22
23
24
25
scripts.empty-project = "empty_project.main:cli"
26
entry-points."pipx.run".empty-project = "empty_project.main:cli"
0 commit comments