boschglobal / doxysphinx

A lightweight Doxygen extension for Sphinx
https://boschglobal.github.io/doxysphinx/
MIT License
13 stars 11 forks source link

python3.12 install failure #118

Closed winterz closed 5 months ago

winterz commented 7 months ago

Describe the bug pip install fails with python3.12

To Reproduce run python3.12 -m pip install doxysphinx

Expected behavior the module installs without error

Screenshots python3.12 -m pip install doxysphinx Defaulting to user installation because normal site-packages is not writeable ERROR: Ignored the following versions that require a different python version: 2.1.10 Requires-Python >=3.8,<3.11; 2.1.11 Requires-Python >=3.8,<3.11; 2.1.9 Requires-Python >=3.8,<3.11; 2.2.0 Requires-Python >=3.8,<3.11; 2.3.3 Requires-Python >=3.8,<3.11; 2.3.4 Requires-Python >=3.8,<3.11; 2.3.5 Requires-Python >=3.8,<3.11; 2.3.6 Requires-Python >=3.8,<3.11; 2.3.7 Requires-Python >=3.8,<3.11; 3.0.0 Requires-Python >=3.8,<3.11; 3.1.0 Requires-Python >=3.8,<3.11; 3.2.0 Requires-Python >=3.8,<3.11; 3.2.1 Requires-Python >=3.8,<3.11; 3.2.2 Requires-Python >=3.8,<3.11; 3.2.3 Requires-Python >=3.8,<3.11; 3.3.0 Requires-Python >=3.8,<3.12; 3.3.1 Requires-Python >=3.8,<3.12; 3.3.2 Requires-Python >=3.8,<3.12; 3.3.3 Requires-Python >=3.8,<3.12; 3.3.4 Requires-Python >=3.8,<3.12; 3.3.6 Requires-Python >=3.8,<3.12; 3.3.7 Requires-Python >=3.8,<3.12 ERROR: Could not find a version that satisfies the requirement doxysphinx (from versions: none) ERROR: No matching distribution found for doxysphinx

Desktop (please complete the following information): linux fedora39

Smartphone (please complete the following information): N/A

Additional context using python3.9 which I also have on my linux fedora39 system works fine,ie. python3.9 -m pip install doxysphinx works

aniketsalve22 commented 6 months ago

Hello @winterz thank you for pointing out the issue. We will take a look into it and come back to you.