Build AppImage with Python 3.11 again
This commit is contained in:
@@ -10,13 +10,13 @@ jobs:
|
|||||||
needs: buildAssets
|
needs: buildAssets
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.13"
|
PYTHON_VERSION: "3.11"
|
||||||
LINUX_TAG: "manylinux_2_28_x86_64"
|
LINUX_TAG: "manylinux_2_28_x86_64"
|
||||||
steps:
|
steps:
|
||||||
- name: Python Setup
|
- name: Python Setup
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.11"
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- name: Install Packages (pip)
|
- name: Install Packages (pip)
|
||||||
|
|||||||
Reference in New Issue
Block a user