Skip to content

Commit

Permalink
Bump python version to 3.12 to fix Pillow version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGroundZero committed May 13, 2024
1 parent 6b04546 commit dd5204e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 9 additions & 11 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit dd5204e

Please sign in to comment.