Skip to content

Commit

Permalink
Cleanup project (#1083)
Browse files Browse the repository at this point in the history
* Remove: Delete unused and obsolete changelog files

* Remove: Drop pontos changelog generation config

Just use the defaults of pontos.

* Remove: Drop the poetry.toml file

Let the user decide where to store the virtual environment for
python-gvm. For some setups (for example in a CI) it might be better if
the virtual environment is stored outside of the project.

* Update copyright in README

* Change: Drop support for Python 3.7 and 3.8 and add Python 3.12

We are supporting Python 3.9 - 3.12 now only.

* Update dependencies for Python changes

Also make the dependencies more loose.
  • Loading branch information
bjoernricks authored Oct 9, 2023
1 parent 2864021 commit 5f2b209
Show file tree
Hide file tree
Showing 17 changed files with 291 additions and 1,344 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
uses: greenbone/workflows/.github/workflows/lint-python.yml@main
with:
lint-packages: gvm tests
Expand All @@ -27,11 +26,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
uses: greenbone/workflows/.github/workflows/test-python.yml@main
with:
python-version: ${{ matrix.python-version }}
Expand Down
629 changes: 0 additions & 629 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This is why installing `python-gvm` using pip is recommended.

### Requirements

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

### Install using pip

Expand Down Expand Up @@ -132,6 +132,6 @@ are active.

## License

Copyright (C) 2017-2022 [Greenbone AG](https://www.greenbone.net/)
Copyright (C) 2017-2023 [Greenbone AG](https://www.greenbone.net/)

Licensed under the [GNU General Public License v3.0 or later](LICENSE).
8 changes: 0 additions & 8 deletions changelog.toml

This file was deleted.

23 changes: 0 additions & 23 deletions changelog/v21.10.0.md

This file was deleted.

14 changes: 0 additions & 14 deletions changelog/v21.11.0.md

This file was deleted.

18 changes: 0 additions & 18 deletions changelog/v22.5.0.md

This file was deleted.

10 changes: 0 additions & 10 deletions changelog/v22.6.0.md

This file was deleted.

11 changes: 0 additions & 11 deletions changelog/v22.6.1.md

This file was deleted.

16 changes: 0 additions & 16 deletions changelog/v22.7.0.md

This file was deleted.

18 changes: 0 additions & 18 deletions changelog/v22.8.0.md

This file was deleted.

17 changes: 0 additions & 17 deletions changelog/v22.9.0.md

This file was deleted.

10 changes: 0 additions & 10 deletions changelog/v22.9.1.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog/v23.2.0.md

This file was deleted.

Loading

0 comments on commit 5f2b209

Please sign in to comment.