We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc2ed7 commit e722767Copy full SHA for e722767
1 file changed
.github/workflows/pr-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
20
- python-version: "3.8" # Change this to match your setup
+ python-version: "3.10" # Change this to match your setup
21
22
- name: Install Dependencies
23
run: |
0 commit comments