mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-03 16:04:41 +01:00
Downgrade AppImage to 3.11 (#5364)
* Update rever.xsh * Create appimage_py311.rst
This commit is contained in:
parent
273f12d329
commit
4dc17ca600
2 changed files with 24 additions and 1 deletions
23
news/appimage_py311.rst
Normal file
23
news/appimage_py311.rst
Normal 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>
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue