Skip to content

Commit d41eb47

Browse files
authored
Update quality.yml
removed python 3.9 pytest
1 parent 5e9ad93 commit d41eb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- python-version: 3.9
25-
toxenv: py39,style,coverage-ci
24+
# - python-version: 3.9
25+
# toxenv: py39,style,coverage-ci
2626
- python-version: 3.10.9
2727
toxenv: py310,style,coverage-ci
2828
- python-version: 3.11

0 commit comments

Comments
 (0)