Skip to content

Commit

Permalink
fix: remove quality test for unsupported, obsolete Python version
Browse files Browse the repository at this point in the history
Python 3.8 is no longer supported. See:
https://endoflife.date/python
  • Loading branch information
rfulwell authored Dec 10, 2024
1 parent 918b137 commit 8263a85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.8
toxenv: py38,style,coverage-ci
- python-version: 3.9
toxenv: py39,style,coverage-ci
- python-version: 3.10.9
Expand Down

0 comments on commit 8263a85

Please sign in to comment.