Skip to content

Commit 4a72ed8

Browse files
authored
Fix Python 3.14 AppImage download link
Updated the download link for Python 3.14 AppImage to correct version.
1 parent 5e7070a commit 4a72ed8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ jobs:
4747
# Ok
4848
#wget https://github.com/niess/python-appimage/releases/download/python3.9/python3.9.19-cp39-cp39-manylinux1_x86_64.AppImage
4949
#wget https://github.com/niess/python-appimage/releases/download/python3.10/python3.10.6-cp310-cp310-manylinux2010_x86_64.AppImage
50+
#wget https://github.com/ryuuzaki42/Python_to_make_AppImage/releases/download/06/python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage
5051
5152
# Test
5253
#wget https://github.com/ryuuzaki42/Python_to_make_AppImage/releases/download/3.12.10/python3.12.10-cp312-cp312-manylinux_2_28_x86_64.AppImage
53-
#wget https://github.com/ryuuzaki42/Python_to_make_AppImage/releases/download/06/python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage
54-
wget https://github.com/niess/python-appimage/releases/download/python3.14/python3.14.0-cp314-cp314-manylinux2014_x86_64.AppImage
54+
55+
## Error
56+
wget https://github.com/niess/python-appimage/releases/download/python3.14/python3.14.0-cp314-cp314t-manylinux2014_x86_64.AppImage
5557
5658
fileName=$(ls python3*.AppImage)
5759
chmod +x "$fileName"

0 commit comments

Comments
 (0)