Added Python 3.12 to Tox tests.

This commit is contained in:
Joe Testa
2023-10-22 16:43:04 -04:00
parent 2809ff464a
commit d62e4cd80c
4 changed files with 16 additions and 12 deletions

View File

@ -32,7 +32,7 @@
- historical information from OpenSSH, Dropbear SSH and libssh;
- policy scans to ensure adherence to a hardened/standard configuration;
- runs on Linux and Windows;
- supports Python 3.7 - 3.11;
- supports Python 3.7 - 3.12;
- no dependencies
## Usage
@ -178,6 +178,9 @@ For convenience, a web front-end on top of the command-line tool is available at
## ChangeLog
### v3.1.0-dev (???)
- Added Python 3.12 to Tox tests.
### v3.0.0 (2023-09-07)
- Results from concurrent scans against multiple hosts are no longer improperly combined; bug discovered by [Adam Russell](https://github.com/thecliguy).
- Hostname resolution failure no longer causes scans against multiple hosts to terminate unexpectedly; credit [Dani Cuesta](https://github.com/daniel-cues).