Bump xonsh.AppImage to python 3.12 (#5338)

* Update rever.xsh

* Create appimage-py312.rst

* Update appimage-py312.rst
This commit is contained in:
Andy Kipp 2024-04-16 11:37:20 +02:00 committed by GitHub
parent bca24970d9
commit db83a3f353
Failed to generate hash of commit
2 changed files with 24 additions and 1 deletions

23
news/appimage-py312.rst Normal file
View file

@ -0,0 +1,23 @@
**Added:**
* <news item>
**Changed:**
* Xonsh AppImage now on Python 3.12 that works faster.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -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'