We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9838 commit d7c644aCopy full SHA for d7c644a
README.md
@@ -4,7 +4,7 @@
4
5
A modern Python library for querying and managing SA-MP servers.
6
7
-Supported Python version 3.4 or newer.
+Supported Python version 3.6 or newer.
8
If you require support for Python 2.7, install 2.1 version of the package.
9
10
### Installation
@@ -54,4 +54,4 @@ Folder `example/` contains usage example of the library
54
To run tests:
55
```bash
56
python -m unittest discover -v
57
-```
+```
0 commit comments