CI: use py3.12 for the linux and windows builds (#4284)

* CI: use py3.12 for the linux build

* CI: use py3.12 for the windows build
This commit is contained in:
black-sliver
2024-11-29 20:07:14 +01:00
committed by GitHub
parent 6f2464d4ad
commit 05aa96a335
2 changed files with 5 additions and 5 deletions

View File

@@ -44,10 +44,10 @@ jobs:
- name: Get a recent python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Install build-time dependencies
run: |
echo "PYTHON=python3.11" >> $GITHUB_ENV
echo "PYTHON=python3.12" >> $GITHUB_ENV
wget -nv https://github.com/AppImage/AppImageKit/releases/download/$APPIMAGETOOL_VERSION/appimagetool-x86_64.AppImage
chmod a+rx appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage --appimage-extract