Skip to content

Commit 20cd6ca

Browse files
authored
Change: Drop support for Python 3.8 and add Python 3.12 (#619)
* 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.
1 parent ec9436e commit 20cd6ca

File tree

3 files changed

+261
-217
lines changed

3 files changed

+261
-217
lines changed

.github/workflows/ci-python.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,16 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version:
15-
- "3.8"
1615
- "3.9"
1716
- "3.10"
1817
- "3.11"
18+
- "3.12"
1919
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
2020
with:
2121
lint-packages: autohooks tests
2222
linter: ruff
2323
python-version: ${{ matrix.python-version }}
2424

25-
mypy:
26-
name: Check type hints
27-
uses: greenbone/workflows/.github/workflows/typing-python.yml@main
28-
with:
29-
python-version: "3.10"
30-
3125
codecov:
3226
name: Upload coverage to codecov.io
3327
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)