Skip to content

Commit

Permalink
Change: Update supported Python versions
Browse files Browse the repository at this point in the history
Officially drop Python 3.7 and 3.8 and support Python 3.12.
  • Loading branch information
bjoernricks committed Oct 16, 2023
1 parent 68ef77f commit 12126f2
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 419 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Linting
uses: greenbone/workflows/.github/workflows/lint-python.yml@main
with:
Expand All @@ -26,11 +25,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Run tests
uses: greenbone/workflows/.github/workflows/test-python.yml@main
with:
Expand Down
Loading

0 comments on commit 12126f2

Please sign in to comment.