Fix issue getting distro_version in Debian Bookworm
Debian Bookworm version is testing
. It is not numeric.
>>> distro.linux_distribution()
('Debian GNU/Linux', 'testing', 'bookworm')
Fixes #373 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Debian Bookworm version is testing
. It is not numeric.
>>> distro.linux_distribution()
('Debian GNU/Linux', 'testing', 'bookworm')
Fixes #373 (closed)