From db83a3f35382b8f692c25d73740ddde11d5a17d3 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Tue, 16 Apr 2024 11:37:20 +0200 Subject: [PATCH] Bump xonsh.AppImage to python 3.12 (#5338) * Update rever.xsh * Create appimage-py312.rst * Update appimage-py312.rst --- news/appimage-py312.rst | 23 +++++++++++++++++++++++ rever.xsh | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 news/appimage-py312.rst diff --git a/news/appimage-py312.rst b/news/appimage-py312.rst new file mode 100644 index 0000000000..6a6b08bf89 --- /dev/null +++ b/news/appimage-py312.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* Xonsh AppImage now on Python 3.12 that works faster. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/rever.xsh b/rever.xsh index 95677a5269..80ee46702e 100644 --- a/rever.xsh +++ b/rever.xsh @@ -48,4 +48,4 @@ $DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com' $GHRELEASE_ASSETS = [git_archive_asset, 'xonsh-x86_64.AppImage'] -$APPIMAGE_PYTHON_VERSION = '3.11' +$APPIMAGE_PYTHON_VERSION = '3.12'