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 b73b055 commit a672982Copy full SHA for a672982
.github/workflows/build.yml
@@ -18,10 +18,10 @@ jobs:
18
awk -F '\/' '{ print tolower($2) }' |
19
tr '_' '-'
20
)" >> $GITHUB_OUTPUT
21
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
22
uses: actions/setup-python@v4
23
with:
24
- python-version: "3.11"
+ python-version: "3.12"
25
- name: Versions
26
run: |
27
python3 --version
.github/workflows/release.yml
@@ -21,10 +21,10 @@ jobs:
28
29
30
0 commit comments