Skip to content

Commit e1ed565

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

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
@@ -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
]
3536
dynamic = [
3637
"version",
@@ -41,7 +42,7 @@ dependencies = [
4142
"packaging>=20",
4243
"platformdirs>=2.1",
4344
"tomli; python_version<'3.11'",
44-
"userpath!=1.9,>=1.6",
45+
"userpath>=1.6,!=1.9",
4546
]
4647
urls."Bug Tracker" = "https://github.com/pypa/pipx/issues"
4748
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
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
]
2425
scripts.empty-project = "empty_project.main:cli"
2526
entry-points."pipx.run".empty-project = "empty_project.main:cli"

0 commit comments

Comments
 (0)