We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cc986 commit da5b6a4Copy full SHA for da5b6a4
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v6
16
with:
17
- python-version: "3.11"
+ python-version: "3.14"
18
cache: "pip"
19
- name: Install Python dependencies
20
run: |
0 commit comments