Skip to content

Commit

Permalink
Remove: Drop support for Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Require Python 3.9 as minimum Python version. 3.7 is end of life
already and we agreed on not supporting 3.8 anymore too.
  • Loading branch information
bjoernricks committed Sep 1, 2023
1 parent cfc22ea commit 4564afe
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 326 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -28,8 +26,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -52,8 +48,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand All @@ -69,8 +63,6 @@ jobs:
- uses: actions/checkout@v3
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@v3
with:
poetry-version: "1.4.0"

build-docs:
name: Build the documentation
Expand All @@ -79,8 +71,6 @@ jobs:
- uses: actions/checkout@v3
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v3
with:
poetry-version: "1.4.0"
- name: Build docs
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for all supported installation options.

### Requirements

Python 3.7 and later is supported.
Python 3.9 and later is supported.

### Version

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Essentially, the tools aid accessing the communication protocols
:term:`Greenbone Management Protocol (GMP) <GMP>`
and :term:`Open Scanner Protocol (OSP) <OSP>`.

.. note:: :program:`gvm-tools` requires at least Python 3.7. Python 2 is not
supported.
.. note:: :program:`gvm-tools` requires at least Python 3.9.

.. toctree::
install
Expand Down

0 comments on commit 4564afe

Please sign in to comment.