Skip to content

Commit d366291

Browse files
committed
minor fixes to readme, adding nil type and removing explicit min version
1 parent ef4d3a1 commit d366291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
python-osc
33
==========
44

5-
Open Sound Control server and client implementations in **pure python** (3.5+).
5+
Open Sound Control server and client implementations in **pure python**.
66

77
.. image:: https://github.com/attwad/python-osc/actions/workflows/python-test.yml/badge.svg
88
:target: https://github.com/attwad/python-osc/actions/workflows/python-test.yml
@@ -20,7 +20,7 @@ Features
2020

2121
* UDP blocking/threading/forking/asyncio server implementations
2222
* UDP client
23-
* int, int64, float, string, double, MIDI, timestamps, blob OSC arguments
23+
* int, int64, float, string, double, MIDI, timestamps, blob, nil OSC arguments
2424
* simple OSC address<->callback matching system
2525
* extensive unit test coverage
2626
* basic client and server examples

0 commit comments

Comments
 (0)