Skip to content

Commit

Permalink
Change: Update supported Python versions (#69)
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 18, 2023
1 parent c9951bc commit 8de2f7b
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 463 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-python.yml
Expand Up @@ -11,11 +11,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Check and test
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
with:
Expand Down

0 comments on commit 8de2f7b

Please sign in to comment.