Skip to content

Commit d23c462

Browse files
committed
Fix bandersnatch version note in pyproject.toml
1 parent 134afaa commit d23c462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">=3.9"
2929
dependencies = [
3030
"pulpcore>=3.49.0,<3.85",
3131
"pkginfo>=1.10.0,<1.13.0",
32-
"bandersnatch>=6.3.0,<6.4", # Anything >6.3 requires Python 3.10+
32+
"bandersnatch>=6.3.0,<6.4", # Anything >=6.4 requires Python 3.10+
3333
"pypi-simple>=1.5.0,<2.0",
3434
]
3535

0 commit comments

Comments
 (0)