Skip to content

Commit bdbb741

Browse files
ci: deprecate python 3.9 lint checks
Removed Python 3.9 from the CI matrix.
1 parent 024a240 commit bdbb741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: ["check_black"]
4545
strategy:
4646
matrix:
47-
PYTHON_VERSION: ["3.9", "3.10", "3.11"]
47+
PYTHON_VERSION: ["3.10", "3.11"]
4848
steps:
4949
- uses: actions/checkout@v5
5050
- name: Set up Python ${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)