doxysphinx icon indicating copy to clipboard operation
doxysphinx copied to clipboard

Remove maximum version number

Open mccakit opened this issue 3 months ago • 2 comments

mccakit avatar Oct 10 '25 20:10 mccakit

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.

Rubyfi avatar Oct 13 '25 08:10 Rubyfi

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

mccakit avatar Oct 13 '25 08:10 mccakit