melexis / sphinx-coverity-extension

Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5 stars 2 forks source link

Remove support for Python 3.7 and test 3.12 #76

Closed JokeWaumans closed 1 month ago

JasperCraeghs commented 1 month ago

Please add python_requires='>=3.8', to the setup.py so that it is not installable with Python 3.7. If we use the new walrus operator, Python 3.7 would raise a syntax error.

JokeWaumans commented 1 month ago

Please add python_requires='>=3.8', to the setup.py so that it is not installable with Python 3.7. If we use the new walrus operator, Python 3.7 would raise a syntax error.

Resolved in a3a56c8808b4743f31221c053995c870721751eb