Skip to content

Commit 56f912a

Browse files
committed
Update readme and compose example.
1 parent 03c6dc0 commit 56f912a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Null-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

1111
Notes
1212
-----
@@ -18,7 +18,7 @@ Notes
1818
Requirements
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

2323
Install Manually
2424
----

docker-compose.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)