OpenSCAP / openscap-report

Tool for generating a report from results of oscap scan.
Other
17 stars 9 forks source link

Make openscap-report compatible with Python 3.6 #226

Closed jan-cerny closed 2 months ago

jan-cerny commented 2 months ago

OpenSCAP Report currently supports Python 3.8 and newer. However, the default version in RHEL 8 is Python 3.6. This PR introduces changes necessary to make our code compatible with Python 3.6.

The most important changes are:

pep8speaks commented 2 months ago

Hello @jan-cerny! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-04-22 15:51:47 UTC