Skip to content

Commit 9e1ec12

Browse files
committed
Bump pulpcore upperbound
1 parent 6b526cf commit 9e1ec12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES/+3.85-compat.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump pulpcore upperbound to <3.100. pulp_python is now a Python >=3.11 project.

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@ classifiers=[
2020
"Framework :: Django",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.9",
24-
"Programming Language :: Python :: 3.10",
2523
"Programming Language :: Python :: 3.11",
2624
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2726
]
28-
requires-python = ">=3.9"
27+
requires-python = ">=3.11"
2928
dependencies = [
30-
"pulpcore>=3.49.0,<3.85",
29+
"pulpcore>=3.49.0,<3.100",
3130
"pkginfo>=1.12.0,<1.13.0",
32-
"bandersnatch>=6.3.0,<6.4", # Anything >=6.4 requires Python 3.10+
31+
"bandersnatch>=6.3.0,<6.7",
3332
"pypi-simple>=1.5.0,<2.0",
3433
]
3534

0 commit comments

Comments
 (0)