We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d33f1 commit c5cc6ccCopy full SHA for c5cc6cc
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Python
32
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
33
with:
34
- python-version: '3.11'
+ python-version: '3.14'
35
- name: Install Python dependencies
36
run: |
37
python -m pip install --upgrade pip
.github/workflows/ubuntu.yml
@@ -34,7 +34,7 @@ jobs:
- name: Set up Python for tests
uses: actions/setup-python@v5
- python-version: 3.11
+ python-version: 3.14
38
39
40
0 commit comments