Skip to content

Commit f677221

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d9c906 commit f677221

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
]
3435
dynamic = [
3536
"version",
@@ -40,7 +41,7 @@ dependencies = [
4041
"packaging>=20",
4142
"platformdirs>=2.1",
4243
"tomli; python_version<'3.11'",
43-
"userpath!=1.9,>=1.6",
44+
"userpath>=1.6,!=1.9",
4445
]
4546
urls."Bug Tracker" = "https://github.com/pypa/pipx/issues"
4647
urls.Documentation = "https://pipx.pypa.io"

testdata/empty_project/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
]
2324
scripts.empty-project = "empty_project.main:cli"
2425
entry-points."pipx.run".empty-project = "empty_project.main:cli"

0 commit comments

Comments
 (0)