Skip to content

Commit 95feeb3

Browse files
committed
Update _nx and nx
1 parent 7ef821e commit 95feeb3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INCLUDES := include
4040
EXEFS_SRC := exefs_src
4141
APP_TITLE := PyNX
4242
APP_AUTHOR := nx-python, Python Software Foundation
43-
APP_VERSION := 0.3.1-alpha
43+
APP_VERSION := 0.3.2-alpha
4444

4545
#---------------------------------------------------------------------------------
4646
# options for code generation

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyNX
22

3-
**nx-python** is an ecosystem for developing and running Python homebrew applications on the Nintendo Switch. **PyNX** serves as the entry point to running Python apps on your Switch. It is a homebrew app that contains a port of the CPython interpreter and allows you to run Python applications from the Homebrew Menu. Just name your application `main.py` and place it next to the `PyNX.nro`, and it will be executed as soon as you launch PyNX from the Homebrew Menu. Currently, **only Python 2.7 is supported**.
3+
**nx-python** is an ecosystem for developing and running Python homebrew applications on the Nintendo Switch. **PyNX** serves as the entry point to running Python apps on your Switch. It is a homebrew app that contains a port of the CPython interpreter and allows you to run Python applications from the Homebrew Menu. Just name your application `main.py` and place it next to the `PyNX.nro`, and it will be executed as soon as you launch PyNX from the Homebrew Menu. Currently, **Python 3.5 is supported**.
44

55
## Running PyNX on your Switch
66

python_build/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ PYDIR := Python-$(PYVERS)
5050
PYLINK := https://www.python.org/ftp/python/$(PYVERS)/Python-$(PYVERS).tgz
5151
PYFILE := py.tgz
5252
_NXFILE := _nx.zip
53-
_NXVERS := 174dfd099fcdb6dab8e521a2816e15f638de0436
53+
_NXVERS := c4eebe97a4e7ba952ebffd7012b34a768ae96dd4
5454
NXFILE := nx.zip
55-
NXVERS := 4d3e57854f6adc6848af222f9f7582e30c7cf6b1
55+
NXVERS := a969b53211e745c3697e700524f1c54183e7f53f
5656

5757
.PHONY: all clean
5858

0 commit comments

Comments
 (0)