Skip to content

Commit ef689e9

Browse files
committed
changing python version to 3.10
1 parent 060e59a commit ef689e9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/pull-request-management.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ jobs:
329329
id: setup-python
330330
uses: actions/setup-python@v5
331331
with:
332-
python-version: 3.13
332+
python-version: |
333+
3.10
333334
cache: 'pip'
334335
- name: Cache dependencies
335336
uses: actions/cache@v3
@@ -357,7 +358,8 @@ jobs:
357358
- name: Set up Python 3
358359
uses: actions/setup-python@v5
359360
with:
360-
python-version: 3.13
361+
python-version: |
362+
3.10
361363
cache: pip
362364
- name: Restore dependencies
363365
uses: actions/cache@v3
@@ -385,9 +387,6 @@ jobs:
385387
with:
386388
python-version: |
387389
3.10
388-
3.11
389-
3.12
390-
3.13
391390
cache: pip
392391
- name: Restore dependencies
393392
uses: actions/cache@v3

0 commit comments

Comments
 (0)