Skip to content

Commit

Permalink
Bump xonsh.AppImage to python 3.12 (xonsh#5338)
Browse files Browse the repository at this point in the history
* Update rever.xsh

* Create appimage-py312.rst

* Update appimage-py312.rst
  • Loading branch information
anki-code committed Apr 16, 2024
1 parent bca2497 commit db83a3f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions news/appimage-py312.rst
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit db83a3f

Please sign in to comment.