Skip to content

Commit

Permalink
Revert "[build] Use Python 3.12 for AppImage"
Browse files Browse the repository at this point in the history
This reverts commit 70b55ba.
  • Loading branch information
mxmlnkn committed Dec 26, 2023
1 parent 639b89f commit 3d285d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
env:
APP_PYTHON_VERSION: "3.12"
APP_PYTHON_VERSION: "3.11"
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
env:
APP_PYTHON_VERSION: "3.12"
APP_PYTHON_VERSION: "3.11"
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion AppImage/build-ratarmount-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fi
APP_BASE="ratarmount-$APPIMAGE_PLATFORM"
APP_DIR="$APP_BASE.AppDir"
if [[ -z $APP_PYTHON_VERSION ]]; then
APP_PYTHON_VERSION=3.12
APP_PYTHON_VERSION=3.11
fi
APP_PYTHON_BIN="$APP_DIR/opt/python$APP_PYTHON_VERSION/bin/python$APP_PYTHON_VERSION"

Expand Down

0 comments on commit 3d285d7

Please sign in to comment.