diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 64b2216..e16da92 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.12' - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/CHANGELOG b/CHANGELOG index c08f689..acd5e8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ Changelog - Refactor code to help future developpement - Class, function and variable are now typed - Remove useless part of the script that where not used + - Bump minimum Python to version 3.12 1.5.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index f254ca6..f2d2b6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,17 +1,15 @@ Changelog ========= -1.6.0 - New Features: - - - Add Vulnerability version to report - - -Fixes: - - - Refactor code to help future developpement - - - Class, function and variable are now typed - - - Remove useless part of the script that where not used +1.6.0 + - New Features: + - Add Vulnerability version to report + + - Fixes: + - Refactor code to help future developpement + - Class, function and variable are now typed + - Remove useless part of the script that where not used + - Bump minimum Python version to 3.12 1.5.0 - Added args options to personnalize IP and CVE to keep/ignore diff --git a/setup.cfg b/setup.cfg index 4ba6b69..5015a5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = python-docx>=0.8.7 matplotlib>=2.2.2 netaddr>=0.8.0 -python_requires = >=3.7 +python_requires = >=3.12 [options.packages.find] include =