Skip to content

Commit 2e7e05c

Browse files
Revert "Run security checks on 3.10"
This reverts commit 8b5e685.
1 parent 8b5e685 commit 2e7e05c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Checkout Code
1616
uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.9
1919
id: setup-python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.10
22+
python-version: 3.9
2323

2424
- name: Get pip cache dir
2525
id: pip-cache

0 commit comments

Comments
 (0)