Skip to content

Commit

Permalink
workflows: Remove python 3.7 from matrix
Browse files Browse the repository at this point in the history
Python 3.7 is EOL and since we're using importlib.metadata which
is only included starting 3.8 then dropping that release from
the test matrix.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
  • Loading branch information
dsavineau authored and AaronH88 committed Dec 13, 2023
1 parent ceb1012 commit f3afb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
os-version: ["ubuntu-22.04"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: "${{ matrix.os-version }}"
steps:
- name: Checkout
Expand Down

0 comments on commit f3afb35

Please sign in to comment.