We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415616c commit 3d5301dCopy full SHA for 3d5301d
.github/workflows/pull-request.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Python 3.11
41
uses: actions/setup-python@v5
42
with:
43
- python-version: "3.11"
+ python-version: "3.13"
44
45
- uses: actions/cache@v4
46
name: Cache pip dependencies
@@ -93,7 +93,7 @@ jobs:
93
- name: Setup Python 3.11
94
95
96
97
98
- name: Cache pip dependencies
99
id: cache
0 commit comments