Skip to content

Commit

Permalink
Change: Drop support for Python 3.8 and add Python 3.12 (#619)
Browse files Browse the repository at this point in the history
* Change: Drop support for Python 3.8 and add Python 3.12

Only support current Python versions.

* Drop: Remove superfluous workflow for mypy checks

The checks are already run in the generic ci-python.yml workflow.
  • Loading branch information
bjoernricks committed Oct 18, 2023
1 parent ec9436e commit 20cd6ca
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 217 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,16 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
with:
lint-packages: autohooks tests
linter: ruff
python-version: ${{ matrix.python-version }}

mypy:
name: Check type hints
uses: greenbone/workflows/.github/workflows/typing-python.yml@main
with:
python-version: "3.10"

codecov:
name: Upload coverage to codecov.io
runs-on: "ubuntu-latest"
Expand Down
Loading

0 comments on commit 20cd6ca

Please sign in to comment.