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.
2 parents 019a606 + 553dcf7 commit 0a65978Copy full SHA for 0a65978
.github/workflows/build.yml
@@ -15,10 +15,10 @@ jobs:
15
env:
16
GITHUB_CONTEXT: ${{ toJson(github) }}
17
run: echo "$GITHUB_CONTEXT"
18
- - name: Set up Python 3.10
+ - name: Set up Python 3.12
19
uses: actions/setup-python@v5
20
with:
21
- python-version: "3.10"
+ python-version: "3.12"
22
- name: Versions
23
run: |
24
python3 --version
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
- name: Set up Python
- python-version: '3.10'
+ python-version: '3.12'
- name: Install dependencies
25
26
python -m pip install --upgrade pip
0 commit comments