Skip to content

Commit 1c75b34

Browse files
authored
Merge pull request #853 from jobselko/fix_pyproject_note
Fix bandersnatch version note in pyproject.toml
2 parents 6f2947c + d23c462 commit 1c75b34

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)