File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Null-Pointer Private Server: Revisited
22=====
33
4- [ ![ Python: 3.12 ] ( https://img.shields.io/badge/Python-3.12 -blue )] ( https://www.python.org/ )
5- [ ![ Static Type Checker: PyRight ] ( https://img.shields.io/badge/Static%20Type%20Checker-PyRight -CEB98F )] ( https://github.com/microsoft/pyright )
4+ [ ![ Python: 3.14 ] ( https://img.shields.io/badge/Python-3.14 -blue )] ( https://www.python.org/ )
5+ [ ![ Static Type Checker: Pyright ] ( https://img.shields.io/badge/Static%20Type%20Checker-Pyright -CEB98F )] ( https://github.com/microsoft/pyright )
66[ ![ Code Style: Black] ( https://img.shields.io/badge/Code%20Style-Black-000000.svg )] ( https://github.com/psf/black )
77[ ![ Syntax Check] ( https://github.com/DarkEnergyProcessor/NPPS4/actions/workflows/syntax-check.yml/badge.svg )] ( https://github.com/DarkEnergyProcessor/NPPS4/actions/workflows/syntax-check.yml )
88
9- WIP SIF 9 .11 private server written in Python 3.12 using FastAPI.
9+ WIP SIF1 v9 .11 private server written in Python 3.12+ using FastAPI.
1010
1111Notes
1212-----
1818Requirements
1919-----
2020
21- NPPS4 currently supports only Python 3.12 ( and possibly later version) . Python 3.11 and earlier is not supported.
21+ NPPS4 supports Python 3.12 and later. Python 3.11 and earlier is not supported.
2222
2323Install Manually
2424----
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 ports :
2828 - 51376:51376
2929 volumes :
30- - ./npps4_data:/data
30+ - ./npps4_data:/NPPS4/ data
3131 restart : unless-stopped
3232 depends_on :
3333 postgresql :
You can’t perform that action at this time.
0 commit comments