mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Bump xonsh.AppImage to python 3.12 (#5338)
* Update rever.xsh * Create appimage-py312.rst * Update appimage-py312.rst
This commit is contained in:
parent
bca24970d9
commit
db83a3f353
2 changed files with 24 additions and 1 deletions
23
news/appimage-py312.rst
Normal file
23
news/appimage-py312.rst
Normal 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>
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue