doxysphinx
doxysphinx copied to clipboard
Remove maximum version number
What is the purpose of this and why is it necessary? Please include a description of your use case.
We run tests for each supported python version: https://github.com/boschglobal/doxysphinx/blob/d78ea6a227efb39c03b007c03f70c7b46b72ffca/.github/workflows/ci.yml#L27C1-L31C56 This PR would lead to inconsistencies/untested versions. Afaik this matrix has to be explicit.
I use python 3.15, and I would like to use dev versions of python without trouble.
If bugs occur, I can just submit a PR