Skip to content

Commit f1884b8

Browse files
chore(deps): update dependency python to 3.14
1 parent 9574281 commit f1884b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mobsf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup python
3030
uses: actions/setup-python@v4
3131
with:
32-
python-version: 3.8
32+
python-version: 3.14
3333

3434
- name: Run mobsfscan
3535
uses: MobSF/mobsfscan@1a796a0729f9d1a0e1fa4fe6b156fde47f4f3185

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python 3.9
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.9
22+
python-version: 3.14
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)