File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ Bump pulpcore upperbound to <3.100. pulp_python is now a Python > =3.11 project.
Original file line number Diff line number Diff 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 "
2928dependencies = [
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
You can’t perform that action at this time.
0 commit comments