Skip to content

Commit

Permalink
Change: Update used Python version in CI
Browse files Browse the repository at this point in the history
We support Python >= 3.8 now.
  • Loading branch information
bjoernricks committed Sep 19, 2023
1 parent f43eee7 commit 45cc2ce
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -35,9 +36,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -58,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v3
- name: Calculate and upload coverage to codecov.io
Expand Down

0 comments on commit 45cc2ce

Please sign in to comment.