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 bc16e9e commit f7701e1Copy full SHA for f7701e1
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python 3.10
24
uses: actions/setup-python@v3
25
with:
26
- python-version: "3.10"
+ python-version: "3.14"
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
.github/workflows/python-app.yml
@@ -22,7 +22,7 @@ jobs:
22
0 commit comments