Skip to content

Commit 48447d2

Browse files
authored
Update security.yml
Removed python 3.9 for pytest
1 parent d41eb47 commit 48447d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- python-version: 3.9
16-
toxenv: safety
15+
# - python-version: 3.9
16+
# toxenv: safety
1717
- python-version: 3.10.9
1818
toxenv: safety
1919
- python-version: 3.11

0 commit comments

Comments
 (0)