Downgrade AppImage to 3.11 (#5364)

* Update rever.xsh

* Create appimage_py311.rst
This commit is contained in:
Andy Kipp 2024-04-25 11:46:36 +02:00 committed by GitHub
parent 273f12d329
commit 4dc17ca600
Failed to generate hash of commit
2 changed files with 24 additions and 1 deletions

23
news/appimage_py311.rst Normal file
View file

@ -0,0 +1,23 @@
**Added:**
* <news item>
**Changed:**
* Xonsh AppImage downgraded to Python 3.11. We need to resolve 3.12 parser support (5166) before upgrade.
**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.12'
$APPIMAGE_PYTHON_VERSION = '3.11'