Skip to content

Commit

Permalink
adding 3.11, removing old versions (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Jul 14, 2023
1 parent b78cdc4 commit 6dd3722
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.7"
os: "ubuntu-20.04"
- python-version: "3.7"
os: "ubuntu-22.04"
# versions updated accoring to
# https://devguide.python.org/versions/
# on 2023-07-12
- python-version: "3.8"
os: "ubuntu-20.04"
- python-version: "3.8"
Expand All @@ -29,6 +28,8 @@ jobs:
os: "ubuntu-22.04"
- python-version: "3.10"
os: "ubuntu-22.04"
- python-version: "3.11"
os: "ubuntu-22.04"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 6dd3722

Please sign in to comment.