From b301faa142cf8dd25f0397fa7ed7ca72ed916ecf Mon Sep 17 00:00:00 2001 From: petersulyok Date: Thu, 9 Nov 2023 22:32:41 +0100 Subject: [PATCH] Python 3.12 added. --- TESTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.md b/TESTING.md index e621f1d..3ab5858 100644 --- a/TESTING.md +++ b/TESTING.md @@ -88,7 +88,7 @@ For a more detailed HTML coverage report run this command: $ pytest --cov=src --cov=test --cov-report=html -The detailed HTML report will be available in folder `./htmlcov/index.html` with coverage statistics and showing the covered and non-covered lines in the source code. The actual coverage result is 98%. +The detailed HTML report will be available in folder `./htmlcov/index.html` with coverage statistics and showing the covered and non-covered lines in the source code. The actual coverage result is 99%. ## Linting The code was checked with `pylint` and `flake8`. They can be executed this way: @@ -105,6 +105,6 @@ A github workflow has been implemented for this project that is executed in case The workflow is executed on the following test matrix: - OS: `ubuntu-latest` - - Python version: `3.7`, `3.8`, `3.9`, `3.10`, `3.11` + - Python version: `3.7`, `3.8`, `3.9`, `3.10`, `3.11`, `3.12` > Written with [StackEdit](https://stackedit.io/).