We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060e59a commit ef689e9Copy full SHA for ef689e9
.github/workflows/pull-request-management.yml
@@ -329,7 +329,8 @@ jobs:
329
id: setup-python
330
uses: actions/setup-python@v5
331
with:
332
- python-version: 3.13
+ python-version: |
333
+ 3.10
334
cache: 'pip'
335
- name: Cache dependencies
336
uses: actions/cache@v3
@@ -357,7 +358,8 @@ jobs:
357
358
- name: Set up Python 3
359
360
361
362
363
cache: pip
364
- name: Restore dependencies
365
@@ -385,9 +387,6 @@ jobs:
385
387
386
388
python-version: |
389
3.10
- 3.11
- 3.12
390
- 3.13
391
392
393
0 commit comments