Skip to content

Commit d7c644a

Browse files
authored
Update minimum python version in readme
1 parent 44d9838 commit d7c644a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A modern Python library for querying and managing SA-MP servers.
66

7-
Supported Python version 3.4 or newer.
7+
Supported Python version 3.6 or newer.
88
If you require support for Python 2.7, install 2.1 version of the package.
99

1010
### Installation
@@ -54,4 +54,4 @@ Folder `example/` contains usage example of the library
5454
To run tests:
5555
```bash
5656
python -m unittest discover -v
57-
```
57+
```

0 commit comments

Comments
 (0)