Related to upper-bound limits in
|
install_requires = [ |
|
'Sphinx>=1.6.3,<9.0.0', |
|
'sphinx-rtd-theme>=0.5.0,<3.1', |
|
] |
If the goal is to test for appropriate support of the version, then please use something like uv.lock which would bump the dependency in the test environment while keeping the metadata support still open.
If the goal is to really make sure that the theme is compatible before shipping a compatible version, please make sure you are keeping up with the dependabot #47 and release in a timely manner.
Related to upper-bound limits in
renku-sphinx-theme/setup.py
Lines 51 to 54 in 7f350ab
If the goal is to test for appropriate support of the version, then please use something like uv.lock which would bump the dependency in the test environment while keeping the metadata support still open.
If the goal is to really make sure that the theme is compatible before shipping a compatible version, please make sure you are keeping up with the dependabot #47 and release in a timely manner.